Skip to content

Commit 07584a7

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
run: |
6969
cp mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
7070
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tools/psoc6/${{ runner.name }}-devs.yml
71+
- name: Listing files in input directory
72+
run: |
73+
ls -l ./ports/psoc6/inputs/
7174
- name: Check for test file
7275
run: |
7376
if [ ! -f ./ports/psoc6/inputs/test_fs_small_file.txt ]; then
7477
echo "File test_fs_small_file.txt not found!"
7578
exit 1
76-
fi
77-
- name: Listing files in input directory
78-
run: |
79-
ls -l ./ports/psoc6/inputs/
79+
fi
8080
- name: Run psoc6 tests
8181
timeout-minutes: 12
8282
run: |

0 commit comments

Comments
 (0)