Skip to content

Commit 0999e7e

Browse files
author
Petr Sramek
committed
test
1 parent 5d0be30 commit 0999e7e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,10 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- name: Test
51-
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal
51+
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --results-directory TestResults
52+
- name: Upload
53+
uses: actions/upload-artifact@v4
54+
with:
55+
name: test-results
56+
path: |
57+
**/TestResults/*

0 commit comments

Comments
 (0)