From bc27ce8c56f809e3c23a412df1e555275b50390a Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 31 Jul 2020 07:41:13 +0200 Subject: [PATCH] Fix command. --- .github/workflows/laravel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index d63d3f17b2..f5b579223b 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -116,11 +116,10 @@ jobs: - name: install depenencies run: | composer global require nette/coding-standard - composer global require symplify/easy-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: ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml + run: ./vendor/bin/ecs check app tests --config ~/.composer/vendor/nette/coding-standard/coding-standard-php71.yml phpstan: