Skip to content

Commit 4f2ca1e

Browse files
committed
fix publishing Unit Tests Summary
1 parent 5434e7d commit 4f2ca1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_unit_tests.yml

Lines changed: 2 additions & 2 deletions
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 }}
@@ -37,6 +37,6 @@ jobs:
3737
-
3838
name: Test Summary
3939
uses: test-summary/[email protected]
40-
if: matrix.dotnet_version == '9.0'
40+
if: ${{ always() && matrix.dotnet_version == '9.0' }}
4141
with:
4242
paths: artifacts/test-results/*.results.xml

0 commit comments

Comments
 (0)