1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge pull request #7647 from appwrite/fix-1.5.x-func-tests

Fix: Functions CI/CD tests
This commit is contained in:
Jake Barnby 2024-02-25 00:44:02 +13:00 committed by GitHub
commit f530425abc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ jobs:
run: |
docker load --input /tmp/${{ env.IMAGE }}.tar
docker compose up -d
sleep 10
sleep 25
- name: Run ${{matrix.service}} Tests
run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug