Skip to content

Commit

Permalink
💚 Remove the install command
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 17, 2024
1 parent e66eed5 commit 15d5332
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15d5332

Please sign in to comment.