We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0cdf5 commit f7f1682Copy full SHA for f7f1682
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
run: composer install --prefer-dist --no-progress
21
22
- name: Check coding standards (optional)
23
- run: vendor/bin/php-cs-fixer fix --dry-run --diff
+ run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
24
25
- name: Run tests (PHPUnit)
26
run: vendor/bin/phpunit
0 commit comments