Skip to content

Commit 91204c7

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
sudo -u postgres psql -c "CREATE DATABASE test_db OWNER test_user;"
4343
4444
- name: Install dependencies
45+
with:
46+
COMPOSER_PROCESS_TIMEOUT: -1
4547
run: |
4648
composer install --no-progress --no-suggest -n -q --prefer-dist
4749

0 commit comments

Comments
 (0)