From 9edb61ccc04af055ae1fb211cb72b413ecae70ce Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 19 Mar 2024 22:09:42 +0800 Subject: [PATCH] debug ci --- .gitea/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 00bcc17..875af47 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -79,8 +79,10 @@ jobs: env: LACONIC_SO: ../laconic-so run: | - ./scripts/integration-setup.sh - docker logs test-fixturenet-eth-geth-1-1 --tail 2000 + ./scripts/integration-setup.sh || { + echo "setup failed. test-fixturenet-eth-geth-1-1 logs:" + docker logs test-fixturenet-eth-geth-1-1 + } - name: Install Python uses: actions/setup-python@v4 with: