mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Execute tests on CI
This commit is contained in:
parent
59ead2741e
commit
4be52abe7d
1 changed files with 2 additions and 1 deletions
|
|
@ -27,4 +27,5 @@ install:
|
||||||
script:
|
script:
|
||||||
- php -v
|
- php -v
|
||||||
- ls storage
|
- ls storage
|
||||||
- ls tests/resources/storage
|
- ls tests/resources/storage
|
||||||
|
- vendor/bin/phpunit --configuration phpunit.xml
|
||||||
Loading…
Reference in a new issue