From ab5fa9666841861f644e408d190d908a7a13f1f1 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 9 Sep 2023 02:39:51 +0000 Subject: [PATCH] chore: update ci file --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d570f91918..819b7c652b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -135,5 +135,5 @@ jobs: run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug - name: Output build logs - if: ${{ matrix.services == 'GraphQL' }} + if: always() && ${{ matrix.services == 'GraphQL' }} run: docker compose logs appwrite-worker-builds \ No newline at end of file