diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8563d21a4713..d9f781b41797 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -107,7 +107,3 @@ jobs: env: DB_PORT: ${{ job.services.mysql.ports[3306] }} PHP_CS_FIXER_IGNORE_ENV: true - - - name: Run php-cs-fixer - run: | - PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix