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
+1 -1
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
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'