Update CI build to fail if app tests fail
This commit is contained in:
parent
62261b7f3b
commit
93a1bf4ebb
@ -12,7 +12,7 @@ before_script:
|
||||
- chmod a+w tests.db
|
||||
script:
|
||||
- ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml
|
||||
- gulp coverage
|
||||
- gulp test-app && gulp coverage
|
||||
after_success:
|
||||
- echo -e "<?php\n print phpversion();" > version.php
|
||||
- curl "https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh
|
||||
|
Reference in New Issue
Block a user