mirror of https://github.com/dapr/dotnet-sdk.git
ci: set fail-fast to false (#1405)
Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
91ee78aff4
commit
6e2841a14a
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
name: run integration tests
|
name: run integration tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
dotnet-version: ['6.0', '7.0', '8.0']
|
dotnet-version: ['6.0', '7.0', '8.0']
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ jobs:
|
||||||
name: Test .NET ${{ matrix.dotnet-version }}
|
name: Test .NET ${{ matrix.dotnet-version }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
dotnet-version: ['6.0', '7.0', '8.0']
|
dotnet-version: ['6.0', '7.0', '8.0']
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue