File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ jobs:
77
77
run : |
78
78
pip install -U pip
79
79
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
80
+ apt update
81
+ apt install -y jq
80
82
81
83
- name : Get binaries
82
84
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
83
85
uses : actions/download-artifact@v4
84
86
with :
85
87
name : tests-bin-${{ inputs.chip }}-${{ inputs.type }}
86
88
path : |
87
- ~/.arduino/tests/**/build*.tmp/*.bin
88
- ~/.arduino/tests/**/build*.tmp/*.elf
89
- ~/.arduino/tests/**/build*.tmp/*.json
89
+ ~/.arduino/tests
90
90
91
91
- name : Run Tests
92
92
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