Skip to content

Commit b9d7207

Browse files
committed
.github/workflows/ports_psoc6.yml: Add debug lines.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 6cecc2d commit b9d7207

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,16 @@ jobs:
6767
- name: Setup devices
6868
run: |
6969
cp mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
70-
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tools/psoc6/${{ runner.name }}-devs.yml
70+
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tools/psoc6/${{ runner.name }}-devs.yml
71+
- name: Check for test file
72+
run: |
73+
if [ ! -f ./ports/psoc6/inputs/test_fs_small_file.txt ]; then
74+
echo "File test_fs_small_file.txt not found!"
75+
exit 1
76+
fi
77+
- name: Debug: Listing files in input directory
78+
run: |
79+
ls -l ./ports/psoc6/inputs/
7180
- name: Run psoc6 tests
7281
timeout-minutes: 12
7382
run: |

0 commit comments

Comments
 (0)