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 e80b56c commit 53fe382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
composer install --no-progress --no-suggest --prefer-dist
composer install --no-progress --no-suggest -n -q --prefer-dist
- name: Run PHPUnit tests
run: vendor/bin/phpunit --testdox
Expand Down

0 comments on commit 53fe382

Please sign in to comment.