Merge pull request #436 from weaveworks/dependabot/github_actions/guyarb/golang-test-annoations-0.5.0

Bump guyarb/golang-test-annoations from 0.4.0 to 0.5.0
This commit is contained in:
Daniel Holbach
2021-10-08 10:47:31 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.4.0
uses: guyarb/golang-test-annoations@v0.5.0
with:
test-results: test.json
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.4.0
uses: guyarb/golang-test-annoations@v0.5.0
with:
test-results: test.json