mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update app-code-coverage.yml
This commit is contained in:
parent
fb79767c60
commit
cf6de314c4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/app-code-coverage.yml
vendored
4
.github/workflows/app-code-coverage.yml
vendored
|
@ -39,9 +39,11 @@ jobs:
|
|||
ls -la
|
||||
|
||||
sudo wget https://getcomposer.org/download/latest-stable/composer.phar
|
||||
phyre-php composer.phar install
|
||||
sudo COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
|
||||
|
||||
sudo /phyre-panel/install_web.sh
|
||||
|
||||
sudo chmod -R 777 vendor
|
||||
composer test:coverage
|
||||
|
||||
- name: Code Cov
|
||||
|
|
Loading…
Reference in a new issue