We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863b4bc commit 7bf1ecfCopy full SHA for 7bf1ecf
.github/workflows/publish_nuget.yml
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet test --logger "trx;LogFileName=test-results.trx" --no-restore || true
42
43
- name: Test Report
44
- uses: dorny/test-reporter@v1
+ uses: dorny/test-reporter@v2
45
if: always()
46
with:
47
name: DotNET Tests
0 commit comments