mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: update ci file
This commit is contained in:
parent
e70d5beb0d
commit
238089409a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -130,6 +130,10 @@ jobs:
|
|||
docker load --input /tmp/${{ env.IMAGE }}.tar
|
||||
docker compose up -d
|
||||
sleep 20
|
||||
|
||||
- name: Additional Sleep for Functions and GraphQL
|
||||
if: ${{ matrix.services == 'Functions' || matrix.services == 'GraphQL' }}
|
||||
run: sleep 30
|
||||
|
||||
- name: Run ${{matrix.services}} Tests
|
||||
run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug
|
||||
Loading…
Reference in a new issue