mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
94cc5512b4
commit
4535e97f37
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue