We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3df2b commit d2c060aCopy full SHA for d2c060a
.github/workflows/hil.yml
@@ -75,6 +75,7 @@ jobs:
75
bash .github/scripts/tests_build.sh -c -type ${{ needs.gen_chunks.outputs.test_type }} -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
76
77
- name: List generated files
78
+ continue-on-error: true
79
run: |
80
ls -R ~/.arduino/tests/
81
0 commit comments