Skip to content

Commit bb42ae1

Browse files
authored
ci: test matrix fail fast (#235)
1 parent acc3429 commit bb42ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
needs: [ packages ]
100100
runs-on: ubuntu-latest
101101
strategy:
102+
fail-fast: true
102103
matrix:
103104
package: ${{ fromJson(needs.packages.outputs.packages) }}
104105
steps:

0 commit comments

Comments
 (0)