We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3662a commit 07584a7Copy full SHA for 07584a7
1 file changed
.github/workflows/ports_psoc6.yml
@@ -68,15 +68,15 @@ jobs:
68
run: |
69
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
71
+ - name: Listing files in input directory
72
+ run: |
73
+ ls -l ./ports/psoc6/inputs/
74
- name: Check for test file
75
76
if [ ! -f ./ports/psoc6/inputs/test_fs_small_file.txt ]; then
77
echo "File test_fs_small_file.txt not found!"
78
exit 1
- fi
- - name: Listing files in input directory
- run: |
79
- ls -l ./ports/psoc6/inputs/
+ fi
80
- name: Run psoc6 tests
81
timeout-minutes: 12
82
0 commit comments