diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c4b70ab77..03b8cff76c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -401,7 +401,7 @@ jobs: cd compiler && \ composer install --no-interaction && \ vendor/bin/phpunit -c tests/phpunit.xml tests && \ - ../bin/phpstan analyse -l 8 src tests && \ + ../bin/phpstan analyse -l 8 src tests --error-format github && \ php bin/compile && \ ../tmp/phpstan.phar