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