Fixed test command

This commit is contained in:
Eldad Fux
2020-07-05 16:49:59 +03:00
parent f20851c4a1
commit a89aecb524
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ install:
script:
- docker ps
- docker exec appwrite /usr/src/code/vendor/bin/phpunit --configuration /usr/src/code/phpunit.xml
- docker exec appwrite test
-1
View File
@@ -1,4 +1,3 @@
#!/bin/bash
/usr/src/code/vendor/bin/phpunit --configuration /usr/src/code/phpunit.xml