From 8b39cc3c5d26f47b449c2c661ab0d3ed1c67ff4f Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Mon, 12 Feb 2024 18:14:59 +0100 Subject: [PATCH] chore: print bitcoin logs after e2e failure --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82f24e333..6352e0178 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -304,6 +304,9 @@ jobs: - name: esplora logs on e2e tests error if: failure() run: docker logs esplora + - name: bitcoin logs on e2e tests error + if: failure() + run: docker logs bitcoin - name: show disk space after tests if: always() run: df -h