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 1cbe370 commit 62903c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/app-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ jobs:
sudo phpize
sudo ./configure --enable-xdebug
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
cd /usr/local/phyre/web/
Expand Down

0 comments on commit 62903c5

Please sign in to comment.