diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25a7fcd..38d1e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Run PHPUnit run: | - vendor/bin/phpunit + vendor/bin/phpunit --bootstrap=tests/bootstrap.php if [[ ${{ matrix.php-version }} == '7.4' ]]; then export CODECOVERAGE=1 vendor/bin/phpunit --bootstrap=tests/bootstrap.php --coverage-clover=coverage.xml