mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-26 02:52:30 +01:00
Don't make tests fail just because of a style issue
This commit is contained in:
parent
d0a4d477eb
commit
6143b656a3
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
run: composer install --prefer-dist --no-interaction --no-progress
|
||||
- name: run cs-fixer
|
||||
run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff
|
||||
continue-on-error: true
|
||||
- name: execute unit tests
|
||||
run: vendor/bin/phpunit --bootstrap bootstrap/app.php tests/Unit
|
||||
if: ${{ always() }}
|
||||
|
Loading…
Reference in New Issue
Block a user