move pytest to HIL

This commit is contained in:
Peter Buchegger 2021-09-25 20:24:33 +01:00
parent e8f6f63b67
commit 488eecf0aa
15 changed files with 14 additions and 5 deletions

View file

@ -10,6 +10,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install python reqirements
run: cd testlib && make install
run: cd HIL && make install
- name: Run Tests
run: cd testlib && make test
run: cd HIL && make test