Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Nov 9, 2024
1 parent e7e6ba6 commit c20140f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

- name: Run tests and make report
run: |
docker-compose logs leap-ledger-server
docker exec leap-ledger-server sh -c "go install github.com/jstemmer/go-junit-report@latest"
docker exec leap-ledger-server sh -c "go test -timeout 5m -v 2>&1 ./... -coverprofile=docs/coverage.out | go-junit-report > docs/test-report.xml"
continue-on-error: false
Expand Down

0 comments on commit c20140f

Please sign in to comment.