Skip to content

Commit 622166d

Browse files
committed
github/workflows/ports_psoc6: Replaced test plan runner script.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent dce4e5e commit 622166d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Run psoc6 tests
7676
timeout-minutes: 12
7777
run: |
78-
python tools/psoc6/run_test_plan.py --board ${{ matrix.board }} --hil-devs tools/psoc6/${{ runner.name }}-devs.yml --max-retries 1
78+
python ./tools/psoc6/run_test_plan.py --board ${{ matrix.board }} --hil-devs tools/psoc6/${{ runner.name }}-devs.yml --max-retries 1
7979
8080
- name: Container teardown
8181
if: failure() || success()

0 commit comments

Comments
 (0)