1
0
Fork 0
mirror of synced 2024-05-13 01:02:37 +12:00

Fixed test command

This commit is contained in:
Eldad Fux 2020-07-06 12:31:57 +03:00
parent d2764f6e29
commit 7b1e698fd0
2 changed files with 1 additions and 2 deletions

View file

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

View file

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