We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29839f2 commit 9ebdc09Copy full SHA for 9ebdc09
1 file changed
.github/workflows/integration.yml
@@ -36,7 +36,7 @@ jobs:
36
run: composer validate
37
38
- name: Install dependencies
39
- run: composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composeroptions }}
+ run: composer install --prefer-dist ${{ matrix.composeroptions }}
40
41
- name: Execute unit tests
42
run: tools/phpunit --configuration=phpunit.xml
0 commit comments