From 7f5c7ef74fdd19c6a1cc8ca9ad8a441e5b0e59dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karlo=20Miku=C5=A1?= Date: Mon, 28 Nov 2022 18:05:18 +0100 Subject: [PATCH] Not needed --- .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 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/