Skip to content

Commit

Permalink
update phpunit params
Browse files Browse the repository at this point in the history
  • Loading branch information
troosan committed Feb 21, 2021
1 parent 2961b72 commit b71b4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b71b4fd

Please sign in to comment.