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 156a873 commit ef3f5a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/app-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
sudo ./configure --enable-xdebug
sudo make
sudo make test
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
chmod 777 /usr/local/phyre/php/zend-xdebug/xdebug.so
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/zend-xdebug/xdebug.so
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
phyre-php -v
/usr/local/phyre/php/bin/php -v
Expand Down

0 comments on commit ef3f5a7

Please sign in to comment.