Skip to content

Commit 6fa1f7c

Browse files
committed
Remove un-needed --no-progress
1 parent 3c0132e commit 6fa1f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install dependencies
5656
run: |
57-
composer install --prefer-dist --no-progress
57+
composer install --prefer-dist
5858
composer require --dev phpunit/phpunit:^$PHPUNIT_VERSION
5959
6060
- name: Install extensions

0 commit comments

Comments
 (0)