mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
update
This commit is contained in:
parent
9d1b7e47d3
commit
856d0a5a93
2 changed files with 1 additions and 3 deletions
2
.github/workflows/app-code-coverage.yml
vendored
2
.github/workflows/app-code-coverage.yml
vendored
|
@ -51,7 +51,6 @@ jobs:
|
||||||
sudo /usr/local/phyre/php/bin/phpize
|
sudo /usr/local/phyre/php/bin/phpize
|
||||||
sudo ./configure --enable-xdebug --with-php-config=/usr/local/phyre/php/bin/php-config
|
sudo ./configure --enable-xdebug --with-php-config=/usr/local/phyre/php/bin/php-config
|
||||||
sudo make
|
sudo make
|
||||||
sudo make test
|
|
||||||
|
|
||||||
sudo mkdir -p /usr/local/phyre/php/zend-xdebug
|
sudo mkdir -p /usr/local/phyre/php/zend-xdebug
|
||||||
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
|
sudo cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
|
||||||
|
@ -62,7 +61,6 @@ jobs:
|
||||||
|
|
||||||
sudo chmod 777 /usr/local/phyre/php/bin/php.ini
|
sudo chmod 777 /usr/local/phyre/php/bin/php.ini
|
||||||
phyre-php -v
|
phyre-php -v
|
||||||
/usr/local/phyre/php/bin/php -v
|
|
||||||
|
|
||||||
cd /usr/local/phyre/web/
|
cd /usr/local/phyre/web/
|
||||||
sudo chmod -R 777 vendor
|
sudo chmod -R 777 vendor
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
],
|
],
|
||||||
"test:coverage": [
|
"test:coverage": [
|
||||||
"Composer\\Config::disableProcessTimeout",
|
"Composer\\Config::disableProcessTimeout",
|
||||||
"phyre-php -d xdebug.mode=coverage artisan test --coverage -c \"phpunit-coverage.xml\""
|
"sudo phyre-php -d xdebug.mode=coverage artisan test --coverage -c \"phpunit-coverage.xml\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
Loading…
Reference in a new issue