Skip to content

Commit 6820232

Browse files
committed
Disable fail fast
1 parent b416356 commit 6820232

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
build:
6262
needs: [prerequisites]
6363
strategy:
64+
fail-fast: false
6465
matrix:
6566
flat: ${{ fromJSON(needs.prerequisites.outputs.matrix_strategy) }}
6667
runs-on: ${{ (startsWith(matrix.flat.runtime, 'osx') || startsWith(matrix.flat.runtime, 'ios') || startsWith(matrix.flat.runtime, 'tvos')) && 'macos-latest' || startsWith(matrix.flat.runtime, 'win') && 'windows-latest' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)