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
6a7d0f4121
commit
03db590d9f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/app-code-coverage.yml
vendored
5
.github/workflows/app-code-coverage.yml
vendored
|
@ -57,8 +57,9 @@ jobs:
|
|||
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
|
||||
|
||||
sudo chmod 777 /usr/local/phyre/php/zend-xdebug/xdebug.so
|
||||
sudo echo "zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so" >> xdebug-php.ini
|
||||
sudo cp xdebug-php.ini /usr/local/phyre/php/bin/php.ini
|
||||
|
||||
sudo bash -c "echo 'zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so' >> /usr/local/phyre/php/bin/php.ini"
|
||||
|
||||
sudo chmod 777 /usr/local/phyre/php/bin/php.ini
|
||||
phyre-php -v
|
||||
/usr/local/phyre/php/bin/php -v
|
||||
|
|
Loading…
Reference in a new issue