From 7dac049a3e1647455ebd465b758be9fe81b2a802 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..294709a 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 --tail 2000 + } - name: Install Python uses: actions/setup-python@v4 with: