Skip to content

Commit

Permalink
Merge pull request kubereboot#909 from kubereboot/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/guyarb/golang-test-annoations-0.8.0

build(deps): bump guyarb/golang-test-annoations from 0.7.0 to 0.8.0
  • Loading branch information
dholbach authored Mar 20, 2024
2 parents 2efd823 + cdc6e68 commit 28f878c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.7.0
uses: guyarb/golang-test-annoations@v0.8.0
with:
test-results: test.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodics-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.7.0
uses: guyarb/golang-test-annoations@v0.8.0
with:
test-results: test.json

Expand Down

0 comments on commit 28f878c

Please sign in to comment.