We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7636e93 commit 040e9daCopy full SHA for 040e9da
1 file changed
.github/workflows/ports_psoc6.yml
@@ -70,10 +70,10 @@ jobs:
70
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 .tests/ports/psoc6/inputs/
+ ls -l ./tests/ports/psoc6/inputs/
74
- name: Check for test file
75
76
- if [ ! -f .tests/ports/psoc6/inputs/test_fs_small_file.txt ]; then
+ if [ ! -f ./tests/ports/psoc6/inputs/test_fs_small_file.txt ]; then
77
echo "File test_fs_small_file.txt not found!"
78
exit 1
79
fi
0 commit comments