Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiRunHua committed Nov 18, 2024
1 parent 8a089a9 commit 9d9fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
set -e
set -o pipefail
go install github.com/jstemmer/go-junit-report/v2@latest
sudo go test -timeout 5m -v ./... -coverprofile=docs/coverage.out 2>&1 | tee docs/test-process.log
sudo go test -timeout 5m -v 2>&1 ./... -coverprofile=docs/coverage.out | tee docs/test-process.log
go-junit-report < docs/test-process.log > docs/test-report.xml
- name: Upload test-report.xml
Expand Down

0 comments on commit 9d9fa02

Please sign in to comment.