Skip to content

Commit

Permalink
update go-junit-report
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Jan 28, 2025
1 parent 31037ee commit 6335a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Run tests"
run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
go install github.com/jstemmer/go-junit-report
go install github.com/jstemmer/go-junit-report/v2@latest
trap "go-junit-report < go-test.out > go-test-report.xml" EXIT
make testacc | tee go-test.out
- name: Upload test results
Expand Down

0 comments on commit 6335a97

Please sign in to comment.