File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:[email protected] /cakephp?encoding=utf8'; fi
69
69
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:[email protected] /postgres'; fi
70
70
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
72
72
else
73
73
vendor/bin/phpunit
74
74
fi
@@ -120,4 +120,4 @@ jobs:
120
120
- name : Run phpstan
121
121
if : success() || failure()
122
122
run : composer stan
123
- continue-on-error : true
123
+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments