86
86
~/.arduino/tests/**/build*.tmp/*.elf
87
87
~/.arduino/tests/**/build*.tmp/*.json
88
88
89
- wokwi -test :
89
+ qemu -test :
90
90
needs : [gen_chunks, build]
91
- if : github.event_name == 'schedule'
92
- name : ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
91
+ name : ${{matrix.chip}}-QEMU_Test#${{matrix.chunks}}
93
92
strategy :
94
93
fail-fast : false
95
94
matrix :
@@ -118,7 +117,7 @@ jobs:
118
117
path : |
119
118
~/qemu
120
119
~/.cache/pip
121
- key : ${{ steps.get-qemu-version.outputs.release }}-${{ hashFiles('.github/workflows/hil.yml') }}
120
+ key : qemu- ${{ steps.get-qemu-version.outputs.release }}-${{ hashFiles('.github/workflows/hil.yml') }}
122
121
123
122
- name : Install dependencies
124
123
run : |
@@ -154,11 +153,10 @@ jobs:
154
153
name : qemu_results-${{matrix.chip}}-${{matrix.chunks}}
155
154
path : tests/*/*.xml
156
155
157
- hardware -test :
156
+ wokwi -test :
158
157
needs : [gen_chunks, build]
159
- name : ${{matrix.chip}}-Hardware_Test#${{matrix.chunks}}
160
- if : |
161
- contains(github.event.pull_request.labels.*.name, 'hil_test') || github.event_name == 'schedule'
158
+ if : github.event_name == 'schedule'
159
+ name : ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
162
160
strategy :
163
161
fail-fast : false
164
162
matrix :
@@ -174,7 +172,7 @@ jobs:
174
172
with :
175
173
name : ${{matrix.chip}}-${{matrix.chunks}}.artifacts
176
174
path : ~/
177
-
175
+
178
176
- name : Install Wokwi CLI
179
177
run : curl -L https://wokwi.com/ci/install.sh | sh
180
178
@@ -274,4 +272,3 @@ jobs:
274
272
with :
275
273
name : Event File
276
274
path : ${{github.event_path}}
277
-
0 commit comments