mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Fix command.
This commit is contained in:
3
.github/workflows/laravel.yml
vendored
3
.github/workflows/laravel.yml
vendored
@@ -116,11 +116,10 @@ jobs:
|
|||||||
- name: install depenencies
|
- name: install depenencies
|
||||||
run: |
|
run: |
|
||||||
composer global require nette/coding-standard
|
composer global require nette/coding-standard
|
||||||
composer global require symplify/easy-coding-standard
|
|
||||||
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
||||||
|
|
||||||
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
- name: Execute tests (Unit and Feature tests) via PHPUnit
|
||||||
run: ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
|
run: ./vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
|
||||||
|
|
||||||
phpstan:
|
phpstan:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user