1
0
Fork 0
mirror of synced 2024-04-25 16:42:23 +12:00

Debug tests

This commit is contained in:
Eldad Fux 2021-03-13 00:52:07 +02:00
parent 4e8d42b950
commit 925772486d
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ script:
- docker-compose logs appwrite-worker-functions
- docker-compose exec appwrite doctor
- docker-compose exec appwrite vars
- docker-compose exec appwrite test
- docker-compose exec appwrite test --debug
deploy:
- provider: script

View file

@ -1,3 +1,3 @@
#!/bin/sh
/usr/src/code/vendor/bin/phpunit --verbose --configuration /usr/src/code/phpunit.xml $@
/usr/src/code/vendor/bin/phpunit --configuration /usr/src/code/phpunit.xml $@