Skip to content

Commit a3da0aa

Browse files
mikeeesvegiraju-microsoft
authored andcommitted
ci: set fail-fast to false (dapr#1405)
Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: Siri Varma Vegiraju <[email protected]>
1 parent 372d428 commit a3da0aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/itests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
name: run integration tests
1919
runs-on: ubuntu-latest
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
dotnet-version: ['6.0', '7.0', '8.0']
2324
include:

.github/workflows/sdk_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
name: Test .NET ${{ matrix.dotnet-version }}
4242
runs-on: ubuntu-latest
4343
strategy:
44+
fail-fast: false
4445
matrix:
4546
dotnet-version: ['6.0', '7.0', '8.0']
4647
include:

0 commit comments

Comments
 (0)