We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 999111e + 89ec63e commit 59f642dCopy full SHA for 59f642d
1 file changed
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
#prevents execution on PR or dependabot that fails with "Resource not accessible by integration" due to permissions
55
- name: Publish test report
56
if: ${{ always() && github.actor=='javiertuya' }}
57
- uses: dorny/test-reporter@v2
+ uses: dorny/test-reporter@v3
58
with:
59
name: test-report-${{ matrix.framework }}
60
path: reports/dotnet-test-split-report.trx
0 commit comments