diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 46aea518..cbc85a82 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -31,7 +31,7 @@ jobs: run: php artisan key:generate - name: Check coding style - run: vendor/bin/ecs --clear-cache && vendor/bin/ecs check + run: vendor/bin/ecs --clear-cache - name: Execute tests (Unit and Feature tests) via PHPUnit run: vendor/bin/phpunit tests/