We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449fe9b commit 1e3df2bCopy full SHA for 1e3df2b
.github/workflows/hil.yml
@@ -69,9 +69,15 @@ jobs:
69
steps:
70
- name: Checkout Repository
71
uses: actions/checkout@v4
72
+
73
- name: Build sketches
74
run: |
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
+ run: |
79
+ ls -R ~/.arduino/tests/
80
81
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
82
uses: actions/upload-artifact@v4
83
with:
0 commit comments