diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index e6458c1dddfcb..7e410bd1801f6 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -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'