Fix path.

This commit is contained in:
James Cole 2020-07-31 08:48:06 +02:00
parent cea3f860f2
commit 9d6979e3dd
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -118,8 +118,8 @@ jobs:
composer global require nette/coding-standard composer global require nette/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 code standard
run: /home/runner/work/firefly-iii/firefly-iii/vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml run: /home/runner/.composer/vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
phpstan: phpstan: