Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit b7e89ac

Browse files
author
joselfonseca
committed
set this env var for cs fixer
1 parent 410ebaf commit b7e89ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: vendor/bin/phpunit
4040

4141
- name: Test Code Style php-cs-fixer
42-
run: vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no
42+
run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no

0 commit comments

Comments
 (0)