Skip to content

Commit b0267dc

Browse files
committed
test
1 parent 29eb49c commit b0267dc

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/hw.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ jobs:
8585
with:
8686
name: tests-bin-${{ inputs.chip }}-${{ inputs.type }}
8787
path: |
88-
~/.arduino/tests/**/build*.tmp/*.bin
89-
~/.arduino/tests/**/build*.tmp/*.elf
90-
~/.arduino/tests/**/build*.tmp/*.json
88+
~/.arduino/tests
9189
9290
- name: Run Tests
9391
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

.github/workflows/qemu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ jobs:
117117
with:
118118
name: tests-bin-${{ inputs.chip }}-${{ inputs.type }}
119119
path: |
120-
~/.arduino/tests/**/build*.tmp/*.bin
121-
~/.arduino/tests/**/build*.tmp/*.elf
122-
~/.arduino/tests/**/build*.tmp/*.json
120+
~/.arduino/tests
123121
124122
- name: Run Tests
125123
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

.github/workflows/wokwi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
with:
9696
name: tests-bin-${{ inputs.chip }}-${{ inputs.type }}
9797
path: |
98-
~/.arduino/tests/**/build*.tmp/*.bin
99-
~/.arduino/tests/**/build*.tmp/*.elf
100-
~/.arduino/tests/**/build*.tmp/*.json
98+
~/.arduino/tests
10199
102100
- name: Run Tests
103101
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)