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 9d9fa02 commit 2ee6d76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
go install github.com/jstemmer/go-junit-report/v2@latest
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: Make report
run: |
go-junit-report < docs/test-process.log > docs/test-report.xml
- name: Upload test-report.xml
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2ee6d76

Please # to comment.