Fix cs-fix run

This commit is contained in:
DaneEveritt 2022-06-26 16:21:07 -04:00
parent c166f1305b
commit 271197e823
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
9 changed files with 6 additions and 14 deletions

View file

@ -44,7 +44,7 @@ jobs:
coverage: none
- run: cp .env.ci .env
- run: composer install --prefer-dist --no-interaction --no-progress
- run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --config .php-cs-fixer.dist.php
- run: vendor/bin/php-cs-fixer fix --dry-run --diff
continue-on-error: true
- name: execute unit tests
run: vendor/bin/phpunit --bootstrap vendor/autoload.php tests/Unit