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 10d2754 commit 7951891Copy full SHA for 7951891
.github/workflows/hil.yml
@@ -56,9 +56,15 @@ jobs:
56
- name: Build sketches
57
run: |
58
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
59
- - name: List files in the repository
+ - name: List files in the tests
60
61
- ls ${{ github.workspace }}
+ ls ${{ github.workspace }}/tests/
62
+ - name: List files in the tests/*/
63
+ run: |
64
+ ls ${{ github.workspace }}/tests/*/
65
+ - name: List files in the tests/*/build*/
66
67
+ ls ${{ github.workspace }}/tests/*/build*/
68
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
69
uses: actions/upload-artifact@v3
70
with:
0 commit comments