Skip to content

Commit 73698f3

Browse files
committed
wip it
1 parent 4720388 commit 73698f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Code sniff
3030
run: vendor/bin/php-cs-fixer fix --dry-run
31+
env:
32+
PHP_CS_FIXER_IGNORE_ENV: true
3133

3234
- name: Execute tests
3335
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)