Skip to content

Commit

Permalink
fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Nov 20, 2024
1 parent e105d32 commit 1bb816c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install Pulumi CLI
uses: pulumi/actions@v5
with:
pulumi-version: latest
- name: Build Pulumi SDK
run: dotnet run build-sdk
- name: Workspace clean (are xml doc file updates committed?)
Expand All @@ -69,6 +71,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
integration-tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
dotnet-version: [6.0.x, 8.0.x]
Expand All @@ -86,6 +89,8 @@ jobs:
go-version: 1.22.x
- name: Install Pulumi CLI
uses: pulumi/actions@v5
with:
pulumi-version: latest
- name: Install gotestsum
uses: jaxxstorm/[email protected]
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
dotnet-quality: ga
- name: Install Pulumi CLI
uses: pulumi/actions@v5
with:
pulumi-version: latest
- name: Build Pulumi SDK
run: dotnet run build-sdk
- name: Test Pulumi SDK
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install::
build::
cd pulumi-language-dotnet && ${GO} build .

test_integration::
test_integration:: build
cd integration_tests && gotestsum -- --parallel 1 --timeout 30m ./...

.PHONY: install build

0 comments on commit 1bb816c

Please sign in to comment.