Skip to content

Commit c4462fc

Browse files
authored
Update ci.yml
1 parent fec0d21 commit c4462fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:[email protected]/cakephp?encoding=utf8'; fi
6969
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:[email protected]/postgres'; fi
7070
if [[ ${{ matrix.php-version }} == '8.1' ]]; then
71-
export CODECOVERAGE=1 && vendor/bin/phpunit --display-deprecations --display-incomplete --display-skipped --coverage-clover=coverage.xml
71+
export CODECOVERAGE=1 && vendor/bin/phpunit --display-incomplete --display-skipped --coverage-clover=coverage.xml
7272
else
7373
vendor/bin/phpunit
7474
fi
@@ -120,4 +120,4 @@ jobs:
120120
- name: Run phpstan
121121
if: success() || failure()
122122
run: composer stan
123-
continue-on-error: true
123+
continue-on-error: true

0 commit comments

Comments
 (0)