Skip to content

Commit

Permalink
Remove -vvv from composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Jun 2, 2024
1 parent c94b3a1 commit 6794cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: docker compose up -d

- name: Install dependencies
run: docker compose exec -T php composer install -vvv
run: docker compose exec -T php composer install

- name: Install application and DB
run: docker compose exec -T php make app-reinstall
Expand Down

0 comments on commit 6794cec

Please sign in to comment.