mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update app-code-coverage.yml
This commit is contained in:
parent
4b348e4a80
commit
19d24acd5c
1 changed files with 9 additions and 0 deletions
9
.github/workflows/app-code-coverage.yml
vendored
9
.github/workflows/app-code-coverage.yml
vendored
|
@ -43,6 +43,15 @@ jobs:
|
|||
|
||||
sudo /phyre-panel/install_web.sh
|
||||
|
||||
sudo wget http://xdebug.org/files/xdebug-2.6.0.tgz
|
||||
sudo tar -xvzf xdebug-2.6.0.tgz
|
||||
cd xdebug-2.6.0
|
||||
sudo phpize
|
||||
sudo ./configure
|
||||
sudo make
|
||||
sudo cp modules/xdebug.so /usr/local/phyre/php/20170718
|
||||
sudo echo "zend_extension=/usr/local/phyre/php/20170718/xdebug.so" >> /usr/local/phyre/php/bin/php.ini
|
||||
|
||||
sudo chmod -R 777 vendor
|
||||
composer test:coverage
|
||||
|
||||
|
|
Loading…
Reference in a new issue