Skip to content

Commit 961e172

Browse files
committed
Fix
1 parent 48cc4b7 commit 961e172

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/hil.yml

+7-10
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ jobs:
8686
~/.arduino/tests/**/build*.tmp/*.elf
8787
~/.arduino/tests/**/build*.tmp/*.json
8888
89-
wokwi-test:
89+
qemu-test:
9090
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}}
9392
strategy:
9493
fail-fast: false
9594
matrix:
@@ -118,7 +117,7 @@ jobs:
118117
path: |
119118
~/qemu
120119
~/.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') }}
122121

123122
- name: Install dependencies
124123
run: |
@@ -154,11 +153,10 @@ jobs:
154153
name: qemu_results-${{matrix.chip}}-${{matrix.chunks}}
155154
path: tests/*/*.xml
156155

157-
hardware-test:
156+
wokwi-test:
158157
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}}
162160
strategy:
163161
fail-fast: false
164162
matrix:
@@ -174,7 +172,7 @@ jobs:
174172
with:
175173
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
176174
path: ~/
177-
175+
178176
- name: Install Wokwi CLI
179177
run: curl -L https://wokwi.com/ci/install.sh | sh
180178

@@ -274,4 +272,3 @@ jobs:
274272
with:
275273
name: Event File
276274
path: ${{github.event_path}}
277-

0 commit comments

Comments
 (0)