mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update .drone.yml
This commit is contained in:
parent
31455c6f17
commit
67848b5a1c
1 changed files with 5 additions and 0 deletions
|
@ -22,3 +22,8 @@ steps:
|
|||
- COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
|
||||
- /phyre-panel/install_web.sh
|
||||
- phyre-php artisan test
|
||||
- name: codecov
|
||||
image: robertstettner/drone-codecov
|
||||
settings:
|
||||
token: ${CODECOV_TOKEN}
|
||||
files: /usr/local/phyre/web/clover.xml
|
||||
|
|
Loading…
Reference in a new issue