From 8a28c9ddbc1f9ce43b81756138efcccc20cf57c9 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 9 Sep 2023 02:29:50 +0000 Subject: [PATCH] chore: update ci file --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89bbc3b790..d570f91918 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -130,10 +130,10 @@ jobs: docker load --input /tmp/${{ env.IMAGE }}.tar docker compose up -d sleep 10 + + - name: Run ${{matrix.services}} Tests + run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug - name: Output build logs if: ${{ matrix.services == 'GraphQL' }} - 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 + run: docker compose logs appwrite-worker-builds \ No newline at end of file