Skip to content

Commit 4dedf63

Browse files
NikhitaR-IFXactions-user
authored andcommitted
.github/workflows/ports_psoc6.yml: Update to run all ci tests.
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
1 parent ae88bbe commit 4dedf63

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
- name: Run psoc6 tests
7272
timeout-minutes: 12
7373
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 }}
74+
./tests/ports/psoc6/run_psoc6_tests.sh --test-suite ci-tests --board ${{ matrix.board }} --hil ${{ runner.name }}
75+
#./tests/ports/psoc6/run_psoc6_tests.sh --test-suite pdm_pcm --board ${{ matrix.board }} --hil ${{ runner.name }}
76+
7677
- name: Container teardown
7778
if: failure() || success()
7879
run: |

0 commit comments

Comments
 (0)