Skip to content

Commit

Permalink
.github/workflows/ports_psoc6.yml: WIP hw ext stage.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx authored and actions-user committed Mar 2, 2024
1 parent 7480dd5 commit 121945e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ jobs:
./psoc6/run_psoc6_tests.sh -c --psoc6 --dev0 ${devs[0]}
- name: Run psoc6 hardware extended tests
run: |
devs=($(python tools/psoc6/get-devs.py port -b ${{ matrix.board }} -y tools/psoc6/${{ runner.name }}-devs.yml)) --hw-ext 0.1.0
devs=($(python tools/psoc6/get-devs.py port -b ${{ matrix.board }} -y tools/psoc6/${{ runner.name }}-devs.yml --hw-ext 0.1.0))
cd tests
echo ${devs[0]}
# ./psoc6/run_psoc6_tests.sh -c --psoc6-hwext --dev0 ${devs[0]}
./psoc6/run_psoc6_tests.sh -c --psoc6-hwext --dev0 ${devs[0]}
# TODO: Enable when HIL is upgraded
# - name: Run all implemented tests
# if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 121945e

Please sign in to comment.