From ff4816a436cbd3381035a38e5028b5241bb64bcf Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 9 Sep 2023 02:17:21 +0000 Subject: [PATCH] chore: update ci file --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27f580f4ff..89bbc3b790 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -131,9 +131,9 @@ jobs: docker compose up -d sleep 10 - - name: Additional Sleep for GraphQL + - name: Output build logs if: ${{ matrix.services == 'GraphQL' }} - run: sleep 60 + run: docker compose logs appwrite-worker-builds - name: Run ${{matrix.services}} Tests run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug \ No newline at end of file