File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
63
63
- name : Run PHPUnit
64
64
run : |
65
65
if [[ ${{ matrix.db-type }} == 'sqlite' ]]; then export DB_URL='sqlite:///:memory:'; fi
66
- if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:[email protected] /cakephp'; fi
66
+ if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:[email protected] /cakephp?encoding=utf8 '; fi
67
67
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:[email protected] /postgres'; fi
68
- if [[ ${{ matrix.php-version }} == '8.1 ' ]]; then
69
- export CODECOVERAGE=1 && vendor/bin/phpunit --stderr --coverage-clover=coverage.xml
68
+ if [[ ${{ matrix.php-version }} == '7.4 ' ]]; then
69
+ export CODECOVERAGE=1 && vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
70
70
else
71
- vendor/bin/phpunit --stderr
71
+ vendor/bin/phpunit
72
72
fi
73
73
74
74
- name : Submit code coverage
You can’t perform that action at this time.
0 commit comments