Skip to content

Commit

Permalink
.github/workflows/ports_psoc6.yml: Added ext hw test.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Feb 29, 2024
1 parent f66ac97 commit acdec24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
devs=($(python tools/psoc6/get-devs.py port -b ${{ matrix.board }} -y tools/psoc6/${{ runner.name }}-devs.yml))
cd tests
./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
cd tests
./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 acdec24

Please sign in to comment.