Skip to content

Commit 572bf91

Browse files
committed
test
1 parent 1d960a9 commit 572bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
key: php-dependencies-${{ matrix.os }}
180180

181181
- name: "Install Dependencies"
182-
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
182+
run: composer update -vvv --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
183183

184184
- name: "Run Build Tests (doctor)"
185185
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}

0 commit comments

Comments
 (0)