Update app-code-coverage.yml

This commit is contained in:
Bozhidar 2024-04-29 00:12:47 +03:00
parent ef3f5a7ba5
commit eec2ee5060

View file

@ -52,6 +52,8 @@ jobs:
sudo ./configure --enable-xdebug
sudo make
sudo make test
sudo mkdir -p /usr/local/phyre/php/zend-xdebug
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
sudo chmod 777 /usr/local/phyre/php/zend-xdebug/xdebug.so