mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +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 ./configure --enable-xdebug --with-php-config=/usr/local/phyre/php/bin/php-config
|
||||
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
|
||||
|
@ -62,7 +61,6 @@ jobs:
|
|||
|
||||
sudo chmod 777 /usr/local/phyre/php/bin/php.ini
|
||||
phyre-php -v
|
||||
/usr/local/phyre/php/bin/php -v
|
||||
|
||||
cd /usr/local/phyre/web/
|
||||
sudo chmod -R 777 vendor
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
],
|
||||
"test:coverage": [
|
||||
"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": {
|
||||
|
|
Loading…
Reference in a new issue