We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1b01f commit e60de03Copy full SHA for e60de03
.github/workflows/hil.yml
@@ -61,6 +61,7 @@ jobs:
61
~/.arduino/tests/*/build*.tmp/*.bin
62
~/.arduino/tests/*/build*.tmp/*.json
63
~/.arduino/tests/*/build*.tmp/qemu_flash_args
64
+ ~/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin
65
if-no-files-found: error
66
67
qemu-test:
@@ -118,7 +119,7 @@ jobs:
118
119
uses: actions/download-artifact@v4
120
with:
121
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
- path: ~/.arduino/tests/
122
+ path: ~/
123
124
- name: Run Tests
125
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