diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index f5b579223b..7321941318 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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: