|
|
@@ -70,7 +70,7 @@ jobs:
|
|
|
if [[ ${{ matrix.db-type }} == 'sqlite' ]]; then export DB_URL='sqlite:///:memory:'; fi
|
|
|
if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:root@127.0.0.1/cakephp'; fi
|
|
|
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:postgres@127.0.0.1/postgres'; fi
|
|
|
- if [[ ${{ matrix.php-version }} == '8.1' && ${{ matrix.db-type }} == 'sqlite' ]]; then
|
|
|
+ if [[ ${{ matrix.php-version }} == '8.1' ]]; then
|
|
|
vendor/bin/phpunit --coverage-clover=coverage.xml
|
|
|
else
|
|
|
vendor/bin/phpunit
|