We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4204c4b commit 9b0dffcCopy full SHA for 9b0dffc
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Test - install plugin
97
run: |
98
cd test-composer
99
- composer install --prefer-dist --no-interaction --no-progress
+ composer install -v --prefer-dist --no-interaction --no-progress
100
101
- name: Test - verify install
102
0 commit comments