Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-14 20:03:39 +03:00
parent 947ef43347
commit 147061cd1c

View file

@ -4,6 +4,7 @@ name: Docker - Quick Test
steps:
- name: run
image: bobicloudvision/phyre-panel:latest
failure: "fail-fast"
environment:
DEBIAN_FRONTEND: noninteractive
commands:
@ -21,7 +22,7 @@ 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
- phyre-php artisan test --coverage -c "phpunit-coverage.xml"
---
kind: pipeline
name: Ubuntu 22.04 - Unit Test & Code Coverage