We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372d428 commit a3da0aaCopy full SHA for a3da0aa
.github/workflows/itests.yml
@@ -18,6 +18,7 @@ jobs:
18
name: run integration tests
19
runs-on: ubuntu-latest
20
strategy:
21
+ fail-fast: false
22
matrix:
23
dotnet-version: ['6.0', '7.0', '8.0']
24
include:
.github/workflows/sdk_build.yml
@@ -41,6 +41,7 @@ jobs:
41
name: Test .NET ${{ matrix.dotnet-version }}
42
43
44
45
46
47
0 commit comments