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 0c98d59 commit d4f5166
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
done
- name: Go mod
run: |
run: |
chmod -R 666 ./docker
go mod download
go mod tidy
- name: Exec test
run: |
go install github.com/jstemmer/go-junit-report@latest
go test -timeout 5m -v ./api/... ./global/... ./test/... ./service/... ./model/... -coverprofile=docs/coverage.out > docs/test-output.log
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
Expand Down

0 comments on commit d4f5166

Please sign in to comment.