Skip to content

Commit 7e25bad

Browse files
committed
continue on error
1 parent e2d132e commit 7e25bad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
DOTNET_INSTALL_DIR: "./.dotnet"
99
DOTNET_ROLL_FORWARD: "Major"
10-
10+
1111
jobs:
1212
unit_test:
1313
name: ${{ matrix.os }} - net${{ matrix.dotnet_version }}
@@ -38,5 +38,6 @@ jobs:
3838
name: Test Summary
3939
uses: test-summary/[email protected]
4040
if: matrix.dotnet_version == '9.0'
41+
continue-on-error: true
4142
with:
4243
paths: artifacts/test-results/*.results.xml

0 commit comments

Comments
 (0)