From b31c3c7158c1d467c2318352d02393b613b88a83 Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Thu, 31 Oct 2024 18:42:27 +0100 Subject: [PATCH] print logs --- .github/workflows/test.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48734f8c..55cbf55b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,6 +122,19 @@ jobs: # TODO true + - name: Service logs + if: always() + continue-on-error: true + run: | + echo "Import logs" + docker compose logs import + + echo "Martin logs" + docker compose logs martin + + echo "Proxy logs" + docker compose logs martin-proxy + test-tiles: name: Test tiles runs-on: ubuntu-latest