1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

chore: update ci file

This commit is contained in:
Christy Jacob 2023-09-09 01:58:37 +00:00
parent 238089409a
commit 1c9dfb903d

View file

@ -129,11 +129,11 @@ jobs:
run: |
docker load --input /tmp/${{ env.IMAGE }}.tar
docker compose up -d
sleep 20
sleep 10
- name: Additional Sleep for Functions and GraphQL
if: ${{ matrix.services == 'Functions' || matrix.services == 'GraphQL' }}
run: sleep 30
- name: Additional Sleep for GraphQL
if: ${{ matrix.services == 'GraphQL' }}
run: sleep 60
- name: Run ${{matrix.services}} Tests
run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug