mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 08:31:58 -06:00
Fix path.
This commit is contained in:
parent
cea3f860f2
commit
9d6979e3dd
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
@ -118,8 +118,8 @@ jobs:
|
||||
composer global require nette/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: /home/runner/work/firefly-iii/firefly-iii/vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
|
||||
- name: Execute code standard
|
||||
run: /home/runner/.composer/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