1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

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

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

View file

@ -1,4 +1,3 @@
#!/bin/bash
/usr/src/code/vendor/bin/phpunit --configuration /usr/src/code/phpunit.xml