1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated test command

This commit is contained in:
Eldad Fux 2020-05-09 11:03:43 +03:00
parent d384f37f42
commit 8fe3c4e8b3
2 changed files with 4 additions and 1 deletions

View file

@ -30,4 +30,4 @@ install:
script:
- docker ps
- docker exec appwrite /bin/bash -c '/usr/share/nginx/html/vendor/bin/phpunit --configuration /usr/share/nginx/html/phpunit.xml'
- docker exec appwrite test

3
docker/bin/test Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
/bin/bash -c '/usr/share/nginx/html/vendor/bin/phpunit --configuration /usr/share/nginx/html/phpunit.xml'