Skip to content

Commit 8206fb6

Browse files
author
lapaliv
committed
ci: phpunit fix
1 parent 91204c7 commit 8206fb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/check.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
sudo -u postgres psql -c "CREATE DATABASE test_db OWNER test_user;"
4343
4444
- name: Install dependencies
45+
uses: php-actions/composer@v6
4546
with:
46-
COMPOSER_PROCESS_TIMEOUT: -1
47-
run: |
48-
composer install --no-progress --no-suggest -n -q --prefer-dist
47+
args: --no-progress --no-suggest -n -q --prefer-dist
4948

5049
- name: Run PHPUnit tests
5150
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)