Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Apr 30, 2024
1 parent c8b8aa9 commit 559ca19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Use big runner for dotnet and nodejs because we need more memory and more compute, respectively
runs-on: ${{ (matrix.language == 'dotnet' || matrix.language == 'nodejs' || matrix.language == 'go') && 'pulumi-ubuntu-8core' || 'ubuntu-latest' }}
strategy:
fail-fast: true
fail-fast: false
matrix:
language:
- nodejs
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
# Use big runner for dotnet and nodejs because we need more memory and more compute, respectively
runs-on: ${{ (matrix.language == 'dotnet' || matrix.language == 'nodejs' || matrix.language == 'go') && 'pulumi-ubuntu-8core' || 'ubuntu-latest' }}
strategy:
fail-fast: true
fail-fast: false
matrix:
language:
- nodejs
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-latest
name: Test pulumi/examples
strategy:
fail-fast: true
fail-fast: false
matrix:
language:
- nodejs
Expand Down

0 comments on commit 559ca19

Please sign in to comment.