This commit is contained in:
Eldad Fux 2020-07-01 07:51:08 +03:00
parent 0029971517
commit 55853bcaa7

View file

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