mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Fix command.
This commit is contained in:
parent
c78c1bea7d
commit
bc27ce8c56
3
.github/workflows/laravel.yml
vendored
3
.github/workflows/laravel.yml
vendored
@ -116,11 +116,10 @@ jobs:
|
||||
- name: install depenencies
|
||||
run: |
|
||||
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
|
||||
|
||||
- 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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user