Skip to content

Commit 8b6d07c

Browse files
committed
☕ disable strategy.fail-fast and tests needs check
1 parent 3f4b77f commit 8b6d07c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
git diff --exit-code
5959
6060
test:
61+
needs: check
62+
6163
strategy:
64+
fail-fast: false
6265
matrix:
6366
runner:
6467
- windows-latest
@@ -133,6 +136,7 @@ jobs:
133136
token: ${{ secrets.CODECOV_TOKEN }}
134137

135138
jsr-publish:
139+
needs: check
136140
runs-on: ubuntu-latest
137141
steps:
138142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)