mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Debug tests
This commit is contained in:
parent
4e8d42b950
commit
925772486d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
bin/test
2
bin/test
|
|
@ -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 $@
|
||||
Loading…
Reference in a new issue