diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dea04db600..9a47a65bde 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,11 +17,11 @@ jobs: php-version: 7.2 extensions: curl, mbstring coverage: none - tools: composer:v2 + tools: composer:v2, cs2pr - run: composer update --no-progress - - run: vendor/bin/phpcs + - run: vendor/bin/phpcs -q --report=checkstyle | cs2pr phpunit: name: PHPUnit on ${{ matrix.php }} @@ -93,4 +93,4 @@ jobs: - run: composer update --no-progress - - run: vendor/bin/psalm + - run: vendor/bin/psalm --no-progress --output-format=github