mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:03 +00:00
move pytest to HIL
This commit is contained in:
parent
e8f6f63b67
commit
488eecf0aa
15 changed files with 14 additions and 5 deletions
4
.github/workflows/dut_testing.yml
vendored
4
.github/workflows/dut_testing.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue