Skip to content

Commit b71b4fd

Browse files
committed
update phpunit params
1 parent 2961b72 commit b71b4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: mheap/phpunit-matcher-action@v1
5858

5959
- name: Test with PHPUnit
60-
run: ./vendor/bin/phpunit --teamcity test
60+
run: ./vendor/bin/phpunit --teamcity -c ./
6161

6262
php-cs-fixer:
6363
runs-on: ubuntu-latest
@@ -119,7 +119,7 @@ jobs:
119119
run: composer install --no-progress --prefer-dist --optimize-autoloader
120120

121121
- name: Code style with PHP_CodeSniffer
122-
run: ./vendor/bin/phpcs -q --report=checkstyle | cs2pr
122+
run: ./vendor/bin/phpcs src/ tests/ --standard=PSR2 -n --ignore=src/PhpWord/Shared/PCLZip --report=checkstyle | cs2pr
123123

124124
coverage:
125125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)