mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
Update .drone.yml
This commit is contained in:
parent
147061cd1c
commit
94cc5512b4
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,6 @@ name: Docker - Quick Test
|
|||
steps:
|
||||
- name: run
|
||||
image: bobicloudvision/phyre-panel:latest
|
||||
failure: "fail-fast"
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
commands:
|
||||
|
@ -22,13 +21,15 @@ steps:
|
|||
- COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
|
||||
- phyre-php artisan phyre:set-ini-settings APP_ENV "local"
|
||||
- phyre-php artisan migrate
|
||||
- phyre-php artisan test --coverage -c "phpunit-coverage.xml"
|
||||
- phyre-php artisan test
|
||||
---
|
||||
kind: pipeline
|
||||
name: Ubuntu 22.04 - Unit Test & Code Coverage
|
||||
steps:
|
||||
- name: run
|
||||
image: ubuntu:22.04
|
||||
depends_on:
|
||||
- Docker - Quick Test
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
CODECOV_TOKEN:
|
||||
|
|
Loading…
Reference in a new issue