File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 85
85
with :
86
86
name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
87
87
path : |
88
- ~/.arduino/tests/**/build*.tmp/*.bin
89
- ~/.arduino/tests/**/build*.tmp/*.elf
90
- ~/.arduino/tests/**/build*.tmp/*.json
88
+ ~/.arduino/tests
91
89
92
90
- name : Run Tests
93
91
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
Original file line number Diff line number Diff line change @@ -117,9 +117,7 @@ jobs:
117
117
with :
118
118
name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
119
119
path : |
120
- ~/.arduino/tests/**/build*.tmp/*.bin
121
- ~/.arduino/tests/**/build*.tmp/*.elf
122
- ~/.arduino/tests/**/build*.tmp/*.json
120
+ ~/.arduino/tests
123
121
124
122
- name : Run Tests
125
123
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
Original file line number Diff line number Diff line change 95
95
with :
96
96
name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
97
97
path : |
98
- ~/.arduino/tests/**/build*.tmp/*.bin
99
- ~/.arduino/tests/**/build*.tmp/*.elf
100
- ~/.arduino/tests/**/build*.tmp/*.json
98
+ ~/.arduino/tests
101
99
102
100
- name : Run Tests
103
101
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
You can’t perform that action at this time.
0 commit comments