Skip to content

Commit

Permalink
Update app-code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Apr 28, 2024
1 parent 2a878db commit d5c3d4d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/app-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,18 @@ jobs:
sudo /phyre-panel/install_web.sh
sudo mkdir -p /usr/local/phyre/php-xdebug
cd /usr/local/phyre/php-xdebug
sudo wget http://xdebug.org/files/xdebug-3.3.2.tgz
sudo tar -xvzf xdebug-3.3.2.tgz
cd xdebug-3.3.2
sudo phpize
sudo ./configure
sudo ./configure --enable-xdebug
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 cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug
sudo echo "zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so" >> /usr/local/phyre/php/bin/php.ini
cd /usr/local/phyre/web/
sudo chmod -R 777 vendor
composer test:coverage
Expand Down

0 comments on commit d5c3d4d

Please sign in to comment.