update phpunit params

This commit is contained in:
troosan 2021-02-21 21:16:27 +01:00
parent 2961b72c7a
commit b71b4fdb71
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
uses: mheap/phpunit-matcher-action@v1
- name: Test with PHPUnit
run: ./vendor/bin/phpunit --teamcity test
run: ./vendor/bin/phpunit --teamcity -c ./
php-cs-fixer:
runs-on: ubuntu-latest
@ -119,7 +119,7 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader
- 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:
runs-on: ubuntu-latest