Skip to content

Commit

Permalink
ci: phpunit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lapaliv committed Dec 27, 2024
1 parent 91204c7 commit 8206fb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
sudo -u postgres psql -c "CREATE DATABASE test_db OWNER test_user;"
- name: Install dependencies
uses: php-actions/composer@v6
with:
COMPOSER_PROCESS_TIMEOUT: -1
run: |
composer install --no-progress --no-suggest -n -q --prefer-dist
args: --no-progress --no-suggest -n -q --prefer-dist

- name: Run PHPUnit tests
run: vendor/bin/phpunit --testdox
Expand Down

0 comments on commit 8206fb6

Please sign in to comment.