Skip to content

Commit 7951891

Browse files
committed
dbg path print
1 parent 10d2754 commit 7951891

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/hil.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,15 @@ jobs:
5656
- name: Build sketches
5757
run: |
5858
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
59-
- name: List files in the repository
59+
- name: List files in the tests
6060
run: |
61-
ls ${{ github.workspace }}
61+
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+
run: |
67+
ls ${{ github.workspace }}/tests/*/build*/
6268
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
6369
uses: actions/upload-artifact@v3
6470
with:

0 commit comments

Comments
 (0)