Skip to content

Commit

Permalink
Update quality-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Feb 3, 2024
1 parent 7ef2bd3 commit 5a19846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Composer Install
run: "composer install --no-ansi --no-interaction --no-scripts --prefer-dist"
run: "composer update"

- name: Execute PHP CS Fixer review
run: composer run csfix-review
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: Composer Install
run: "composer install --no-ansi --no-interaction --no-scripts --prefer-dist"
run: "composer update"


- name: Execute Tests
Expand Down

0 comments on commit 5a19846

Please sign in to comment.