File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ jobs:
7373 - name : Install dependencies with composer.
7474 run : composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
7575
76- - name : Run tests with phpunit with code coverage.
77- run : vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always --configuration phpunit.xml.dist
78-
7976 - name : Install Yii Data
8077 uses : yiisoft/actions/install-packages@master
8178 with :
8279 packages : >-
8380 ['data']
8481
82+ - name : Run tests with phpunit with code coverage.
83+ run : vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always --configuration phpunit.xml.dist
84+
8585 - name : Upload coverage to Codecov.
8686 if : matrix.os == 'ubuntu-latest'
8787 uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments