mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fix PHPUnit
command in SQLite
CI workflow to use correct environment variable.
This commit is contained in:
2
.github/workflows/ci-sqlite.yml
vendored
2
.github/workflows/ci-sqlite.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user