diff options
| author | hathach <[email protected]> | 2024-10-04 17:38:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-04 17:38:57 +0700 |
| commit | 31c123aa32f643c18ca14ff9e348e4c2d66e3963 (patch) | |
| tree | f4bcf99686a11da0d21870a17562878b4a208684 /.github/workflows | |
| parent | 0abd6474d95055bcaafcd2c794ae726ffdee6f9f (diff) | |
update new json change
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/hil_test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index d5f4e4fdd..c6e7f33b0 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -83,4 +83,6 @@ jobs: merge-multiple: true - name: Test on actual hardware - run: python3 test/hil/hil_test.py ${{ env.HIL_JSON }} + run: | + ls cmake-build/ + python3 test/hil/hil_test.py ${{ env.HIL_JSON }} |
