Skip to content

Commit 2503d30

Browse files
committed
tests/ports/psoc6: Debug fs_basic test.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 18cd530 commit 2503d30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run psoc6 tests
7272
timeout-minutes: 12
7373
run: |
74-
./tests/ports/psoc6/run_psoc6_tests.sh --test-suite vfs-flash --board ${{ matrix.board }} --hil ${{ runner.name }}
74+
./tests/ports/psoc6/run_psoc6_tests.sh --test-suite ci-tests --board ${{ matrix.board }} --hil ${{ runner.name }}
7575
7676
7777
- name: Container teardown

tests/ports/psoc6/run_psoc6_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ while getopts "b:d:h:s:t:x" o; do
8888
exit 1
8989
;;
9090
esac
91-
done
91+
done2
9292

9393
if [ -z "${dev_test}" ]; then
9494
dev_test="/dev/ttyACM0"

0 commit comments

Comments
 (0)