diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c97f7195a..9b9b8c70d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,7 +112,7 @@ jobs: - name: Setup Composer run: composer install - name: phpunit - run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_no_coverage.xml + run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_no_coverage.xml -v static-tests: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'NO_CI')"