Skip to content

Commit 8f1c7c0

Browse files
committed
Upload test results
1 parent 5a2d429 commit 8f1c7c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
- name: Test
4545
run: dotnet test $solution --configuration $config --no-build --verbosity normal --logger trx
4646

47+
- name: Publish Test Results
48+
uses: actions/upload-artifact@v4
49+
with:
50+
name: test-results
51+
path: '**/*.trx'
52+
4753
- name: Pack
4854
run: dotnet pack $solution --configuration $config --no-build
4955

0 commit comments

Comments
 (0)