We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5434e7d commit 4f2ca1eCopy full SHA for 4f2ca1e
1 file changed
.github/workflows/_unit_tests.yml
@@ -7,7 +7,7 @@ on:
7
env:
8
DOTNET_INSTALL_DIR: "./.dotnet"
9
DOTNET_ROLL_FORWARD: "Major"
10
-
+
11
jobs:
12
unit_test:
13
name: ${{ matrix.os }} - net${{ matrix.dotnet_version }}
@@ -37,6 +37,6 @@ jobs:
37
38
name: Test Summary
39
uses: test-summary/action@v2.4
40
- if: matrix.dotnet_version == '9.0'
+ if: ${{ always() && matrix.dotnet_version == '9.0' }}
41
with:
42
paths: artifacts/test-results/*.results.xml
0 commit comments