Skip to content

Commit e60de03

Browse files
committed
Fix
1 parent 6f1b01f commit e60de03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hil.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
~/.arduino/tests/*/build*.tmp/*.bin
6262
~/.arduino/tests/*/build*.tmp/*.json
6363
~/.arduino/tests/*/build*.tmp/qemu_flash_args
64+
~/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin
6465
if-no-files-found: error
6566

6667
qemu-test:
@@ -118,7 +119,7 @@ jobs:
118119
uses: actions/download-artifact@v4
119120
with:
120121
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
121-
path: ~/.arduino/tests/
122+
path: ~/
122123

123124
- name: Run Tests
124125
run: QEMU_PATH="${{env.QEMU_PATH}}" bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -q

0 commit comments

Comments
 (0)