diff --git a/.drone.yml b/.drone.yml index 02a4c22..6221e58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,15 +21,13 @@ 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 --filter AutoInstallPanelTest --- 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: @@ -89,3 +87,8 @@ steps: - apt install -y pip - pip install codecov-cli - codecovcli --verbose upload-process -t $CODECOV_TOKEN + + +depends_on: + - Docker - Quick Test + - Ubuntu 22.04 - Unit Test & Code Coverage diff --git a/web/composer.json b/web/composer.json index c7a8e1f..089cd99 100644 --- a/web/composer.json +++ b/web/composer.json @@ -76,7 +76,7 @@ ], "test:coverage": [ "Composer\\Config::disableProcessTimeout", - "sudo phyre-php artisan test --coverage -c \"phpunit-coverage.xml\"" + "sudo phyre-php artisan test --filter AutoInstallPanelTest --coverage -c \"phpunit-coverage.xml\"" ] }, "extra": {