diff --git a/.github/workflows/common-test-and-update-docs.yml b/.github/workflows/common-test-and-update-docs.yml index 6690579..eca1d4b 100644 --- a/.github/workflows/common-test-and-update-docs.yml +++ b/.github/workflows/common-test-and-update-docs.yml @@ -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