Skip to content

Commit 345365c

Browse files
authored
Merge pull request #61 from IShix-g/release
fix: add dependency on prepare-test-modes for test-all
2 parents b8c7950 + 1e8b01e commit 345365c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-test-runner.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
fi
4848
4949
test-all:
50+
needs: [prepare-test-modes]
5051
name: Test in ${{ matrix.testMode }}
5152
runs-on: ubuntu-22.04
5253
timeout-minutes: 20

0 commit comments

Comments
 (0)