Fix PHPUnit command in SQLite CI workflow to use correct environment variable.

This commit is contained in:
Wilmer Arambula
2025-06-13 04:59:16 -04:00
parent 249687daef
commit bb52dd941c

View File

@ -43,7 +43,7 @@ jobs:
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
- name: Run SQLite tests with PHPUnit.
run: vendor/bin/phpunit ${{ env.COVERAGE }}
run: vendor/bin/phpunit ${{ env.PHPUNIT_COMMAND }}
- name: Upload coverage to Codecov.
if: matrix.php == '8.1'