mirror of
https://github.com/superhelio/commands.git
synced 2026-02-15 15:53:18 +00:00
added xdebug and mbstring
This commit is contained in:
1
.github/workflows/phpunit.yml
vendored
1
.github/workflows/phpunit.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
|||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
uses: php-actions/phpunit@v2
|
uses: php-actions/phpunit@v2
|
||||||
with:
|
with:
|
||||||
|
php_extensions: xdebug mbstring
|
||||||
bootstrap: vendor/autoload.php
|
bootstrap: vendor/autoload.php
|
||||||
configuration: phpunit.xml
|
configuration: phpunit.xml
|
||||||
args: --coverage-text
|
args: --coverage-text
|
||||||
|
|||||||
Reference in New Issue
Block a user