Skip to content

Commit 53fe382

Browse files
author
lapaliv
committed
ci: phpunit fix
1 parent e80b56c commit 53fe382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install dependencies
4545
run: |
46-
composer install --no-progress --no-suggest --prefer-dist
46+
composer install --no-progress --no-suggest -n -q --prefer-dist
4747
4848
- name: Run PHPUnit tests
4949
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)