Skip to content

Commit cba7d53

Browse files
committed
test
1 parent 628ab4c commit cba7d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wokwi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "chunks=${CHUNKS}" >>$GITHUB_OUTPUT
6868
6969
wokwi-test:
70-
needs: gen_chunks
70+
needs: [get_event_file, gen_chunks]
7171
name: ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
7272
concurrency:
7373
group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}
@@ -124,7 +124,7 @@ jobs:
124124
report-result:
125125
name: Report wokwi test result
126126
runs-on: ubuntu-latest
127-
needs: wokwi-test
127+
needs: [get_event_file, wokwi-test]
128128
concurrency:
129129
group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}
130130
cancel-in-progress: true

0 commit comments

Comments
 (0)