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
62903c56e6
commit
c79d870831
1 changed files with 3 additions and 6 deletions
9
.github/workflows/app-code-coverage.yml
vendored
9
.github/workflows/app-code-coverage.yml
vendored
|
@ -53,13 +53,10 @@ jobs:
|
|||
sudo make
|
||||
sudo make test
|
||||
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug
|
||||
sudo touch /usr/local/phyre/php/bin/php.ini
|
||||
|
||||
cd /usr/local/phyre/php/
|
||||
ls -la
|
||||
cd /usr/local/phyre/php/bin/
|
||||
ls -la
|
||||
|
||||
sudo 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
|
||||
|
||||
|
||||
cd /usr/local/phyre/web/
|
||||
sudo chmod -R 777 vendor
|
||||
|
|
Loading…
Reference in a new issue