Skip to content

Commit 5c3a4d6

Browse files
committed
Remove unnecessary "--no-progress --no-suggest" options
1 parent af770e2 commit 5c3a4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: composer validate --strict
4646

4747
- name: Install dependencies for PHP
48-
run: composer update --no-interaction --no-progress --no-suggest
48+
run: composer update --no-interaction
4949

5050
- name: Run test suite
5151
run: composer test

0 commit comments

Comments
 (0)