mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fixed test command
This commit is contained in:
parent
d2764f6e29
commit
7b1e698fd0
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
bin/test
1
bin/test
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#!/bin/bash
|
||||
|
||||
/usr/share/nginx/html/vendor/bin/phpunit --configuration /usr/share/nginx/html/phpunit.xml
|
||||
Loading…
Reference in a new issue