Skip to content

Commit 32cbdf1

Browse files
author
lapaliv
committed
ci: phpunit fix
1 parent 734fa6a commit 32cbdf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
4444
- name: Install dependencies
4545
run: |
46-
composer install --no-progress --no-suggest
46+
composer config --global process-timeout 2000
47+
composer config --global memory-limit -1
48+
composer install --no-progress --no-suggest --prefer-dist
4749
4850
- name: Run PHPUnit tests
4951
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)