Skip to content

Commit 0a9e3b1

Browse files
committed
fix: auto tests
1 parent cfc289d commit 0a9e3b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727

2828
- name: Run tests
2929
run: dotnet test --no-build --verbosity normal
30-
31-
- name: Publish test results
32-
uses: actions/upload-artifact@v3
30+
31+
- name: Upload test results
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: test-results
35-
path: '**/TestResults/*.xml'
35+
path: '**/TestResults/*.trx'

0 commit comments

Comments
 (0)