diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index 1d7814e88b526..bb3e204f6aa3e 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -67,10 +67,10 @@ jobs: run: | cd tests ./psoc6/run_psoc6_tests.sh --psoc6-multi - # - name: Run psoc6 tests - # run: | - # cd tests - # ./psoc6/run_psoc6_tests.sh --psoc6 + - name: Run psoc6 tests + run: | + cd tests + ./psoc6/run_psoc6_tests.sh --psoc6 # TODO: Enable when HIL is updgraded # - name: Run all implemented tests # if: github.event_name == 'pull_request'