From cea3f860f279adac1566dd263c06acee637be118 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 31 Jul 2020 07:46:24 +0200 Subject: [PATCH] Try another path --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: