Skip to content

Commit d7cf60d

Browse files
committed
ci(native): disable fail fast on build native
1 parent 978a9ef commit d7cf60d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
needs: [check, matrix]
8181
strategy:
8282
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
83+
fail-fast: false
8384
steps:
8485
- uses: actions/checkout@v5
8586
with:

0 commit comments

Comments
 (0)