diff options
| author | hathach <[email protected]> | 2023-08-09 19:03:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-09 19:03:56 +0700 |
| commit | 8e690df1da3b542988b9ec093f3ce03c8cfd9248 (patch) | |
| tree | e5a62aa893e80c71601a07b231078c51e09160c6 /.github | |
| parent | 1268d1a0937a1a7c9d7b20b17581a82f233d066d (diff) | |
rename hitl to hil
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index a62e62b79..48fdd6a8a 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -51,7 +51,7 @@ jobs: - name: Test on actual hardware (hardware in the loop) run: | - python3 tools/hitl_test.py hitl_hfp.json + python3 test/hil/hil_test.py hil_hfp.json # # Upload binaries for hardware test with self-hosted # - name: Prepare stm32l412nucleo Artifacts |
