Skip to content

Commit 7636e93

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tools/psoc6/${{ runner.name }}-devs.yml
7171
- name: Listing files in input directory
7272
run: |
73-
ls -l ./ports/psoc6/inputs/
73+
ls -l .tests/ports/psoc6/inputs/
7474
- name: Check for test file
7575
run: |
76-
if [ ! -f ./ports/psoc6/inputs/test_fs_small_file.txt ]; then
76+
if [ ! -f .tests/ports/psoc6/inputs/test_fs_small_file.txt ]; then
7777
echo "File test_fs_small_file.txt not found!"
7878
exit 1
7979
fi

0 commit comments

Comments
 (0)