Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e3df2b

Browse files
committedApr 28, 2024
Test
1 parent 449fe9b commit 1e3df2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/hil.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,15 @@ jobs:
6969
steps:
7070
- name: Checkout Repository
7171
uses: actions/checkout@v4
72+
7273
- name: Build sketches
7374
run: |
7475
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+
7581
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
7682
uses: actions/upload-artifact@v4
7783
with:

0 commit comments

Comments
 (0)
Please sign in to comment.