We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3189dd4 commit 170c478Copy full SHA for 170c478
.github/workflows/CI.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Unit test report
73
if: always()
74
- uses: bibipkins/dotnet-test-reporter@v1
+ uses: bibipkins/dotnet-test-reporter@v1.6.1
75
with:
76
github_token: ${{ secrets.GITHUB_TOKEN }}
77
results_path: TestResults/unit-tests.trx
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Regression test report
103
104
105
106
107
results_path: TestResults/regression-tests.trx
0 commit comments