From 15d53323415ffa4ff258e87d860ae6a93fb43eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigui=20Kess=C3=A9=20Emmanuel?= Date: Sat, 17 Feb 2024 23:29:52 +0100 Subject: [PATCH] :green_heart: Remove the install command --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e42f2..5117d12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,7 @@ jobs: coverage: pcov - name: 🍱 Install Composer dependencies - run: | - composer install -q --no-ansi --no-cache --no-interaction --no-scripts --no-progress --prefer-dist - composer update --prefer-${{ matrix.dependencies }} --prefer-dist --no-interaction --no-progress + run: composer update --prefer-${{ matrix.dependencies }} --prefer-dist --no-interaction --no-progress - name: ✅ Check code lint run: composer check