Skip to content

Commit 3df9c4a

Browse files
committed
ci: change composer install command in tests.yaml
1 parent 234ff54 commit 3df9c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-composer-
2929
3030
- name: Install Composer dependencies
31-
run: composer install --prefer-dist --no-dev --optimize-autoloader
31+
run: composer install --prefer-dist --no-progress --no-suggest
3232

3333
- name: Run test suite
3434
run: composer run-script test

0 commit comments

Comments
 (0)