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 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
You can’t perform that action at this time.
0 commit comments