Try another path

This commit is contained in:
James Cole
2020-07-31 07:46:24 +02:00
parent bc27ce8c56
commit cea3f860f2

View File

@@ -119,7 +119,7 @@ jobs:
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: ./vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
run: /home/runner/work/firefly-iii/firefly-iii/vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml
phpstan: