Skip to content

Commit b03196f

Browse files
committed
add phpunit bootstrap
1 parent b91b776 commit b03196f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: composer self-update && composer install && composer dump-autoload
2323
- name: Run tests and collect coverage
24-
run: vendor/bin/phpunit --coverage-clover coverage.xml .
24+
run: vendor/bin/phpunit --bootstrap ./vendor/autoload.php --coverage-clover coverage.xml .
2525
- name: Upload coverage to Codecov
2626
uses: codecov/codecov-action@v4-beta
2727
env:

0 commit comments

Comments
 (0)