Skip to content

Commit f375b58

Browse files
committed
fix ci
1 parent a753ebd commit f375b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sqlite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)