update phpunit params
This commit is contained in:
parent
2961b72c7a
commit
b71b4fdb71
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
uses: mheap/phpunit-matcher-action@v1
|
uses: mheap/phpunit-matcher-action@v1
|
||||||
|
|
||||||
- name: Test with PHPUnit
|
- name: Test with PHPUnit
|
||||||
run: ./vendor/bin/phpunit --teamcity test
|
run: ./vendor/bin/phpunit --teamcity -c ./
|
||||||
|
|
||||||
php-cs-fixer:
|
php-cs-fixer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
- name: Code style with PHP_CodeSniffer
|
- name: Code style with PHP_CodeSniffer
|
||||||
run: ./vendor/bin/phpcs -q --report=checkstyle | cs2pr
|
run: ./vendor/bin/phpcs src/ tests/ --standard=PSR2 -n --ignore=src/PhpWord/Shared/PCLZip --report=checkstyle | cs2pr
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue