From c20140fbd328fd00d88b30beba5971a8b0851766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=BB=8B=E6=B6=A6?= <807046079@qq.com> Date: Sat, 9 Nov 2024 15:13:41 +0800 Subject: [PATCH] check --- .github/workflows/common-test-and-update-docs.yml | 1 + 1 file changed, 1 insertion(+) 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