We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c8828 commit 1f298c8Copy full SHA for 1f298c8
1 file changed
.github/workflows/pr.yaml
@@ -27,7 +27,7 @@ jobs:
27
go test -v -json ./... > test-results.json
28
29
- name: Report test results
30
- uses: dorny/test-reporter@v1
+ uses: dorny/test-reporter@v2
31
if: always()
32
with:
33
name: Go Tests
0 commit comments