We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1268d1a commit 8e690dfCopy full SHA for 8e690df
.github/workflows/build_iar.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Test on actual hardware (hardware in the loop)
53
run: |
54
- python3 tools/hitl_test.py hitl_hfp.json
+ python3 test/hil/hil_test.py hil_hfp.json
55
56
# # Upload binaries for hardware test with self-hosted
57
# - name: Prepare stm32l412nucleo Artifacts
test/hitl/hitl_hfp.json test/hil/hil_hfp.jsontest/hitl/hitl_hfp.json renamed to test/hil/hil_hfp.json
test/hitl/hitl_test.py test/hil/hil_test.pytest/hitl/hitl_test.py renamed to test/hil/hil_test.py
0 commit comments