diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index acaf36b1ffc6..8a6ba566b83f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 @@ -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 @@ -204,7 +204,7 @@ jobs: runs-on: ubuntu-latest name: Test pulumi/examples strategy: - fail-fast: true + fail-fast: false matrix: language: - nodejs