Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Nov 11, 2024
1 parent 418fe9f commit 022a9da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
- name: Exec test
run: |
go install github.com/jstemmer/go-junit-report/v2@latest
go test -timeout 5m -v ./... -coverprofile=docs/coverage.out > docs/test-output.log
cat docs/test-output.log
go-junit-report < docs/test-output.log > docs/test-report.xml
go test -timeout 5m -v 2>&1 ./... -coverprofile=docs/coverage.out | go-junit-report > docs/test-report.xml
- name: Upload test-report.xml
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 022a9da

Please sign in to comment.