Skip to content

Commit 9ebdc09

Browse files
Fix command args
1 parent 29839f2 commit 9ebdc09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: composer validate
3737

3838
- name: Install dependencies
39-
run: composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composeroptions }}
39+
run: composer install --prefer-dist ${{ matrix.composeroptions }}
4040

4141
- name: Execute unit tests
4242
run: tools/phpunit --configuration=phpunit.xml

0 commit comments

Comments
 (0)