Skip to content

Commit 6143b65

Browse files
committed
Don't make tests fail just because of a style issue
1 parent d0a4d47 commit 6143b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: composer install --prefer-dist --no-interaction --no-progress
4949
- name: run cs-fixer
5050
run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff
51+
continue-on-error: true
5152
- name: execute unit tests
5253
run: vendor/bin/phpunit --bootstrap bootstrap/app.php tests/Unit
5354
if: ${{ always() }}

0 commit comments

Comments
 (0)