We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae88bbe commit 4dedf63Copy full SHA for 4dedf63
1 file changed
.github/workflows/ports_psoc6.yml
@@ -71,8 +71,9 @@ jobs:
71
- name: Run psoc6 tests
72
timeout-minutes: 12
73
run: |
74
- ./tests/ports/psoc6/run_psoc6_tests.sh --test-suite pdm_pcm --board ${{ matrix.board }} --hil ${{ runner.name }}
75
-#./tests/ports/psoc6/run_psoc6_tests.sh --test-suite ci-tests --board ${{ matrix.board }} --hil ${{ runner.name }}
+ ./tests/ports/psoc6/run_psoc6_tests.sh --test-suite ci-tests --board ${{ matrix.board }} --hil ${{ runner.name }}
+#./tests/ports/psoc6/run_psoc6_tests.sh --test-suite pdm_pcm --board ${{ matrix.board }} --hil ${{ runner.name }}
76
+
77
- name: Container teardown
78
if: failure() || success()
79
0 commit comments