Fixed github tests action issue with sqlite.

This commit is contained in:
Jan Böhmer 2022-07-23 22:44:36 +02:00
parent 6f189e3bbc
commit b0d372d223

View file

@ -103,7 +103,7 @@ jobs:
# Checkinf for existance is not supported for sqlite, so do it without it # Checkinf for existance is not supported for sqlite, so do it without it
- name: Create DB - name: Create DB
run: php bin/console --env test doctrine:database:create -n run: php bin/console --env test doctrine:database:create -n
if: {matrix.db-type == 'sqlite' if: matrix.db-type == 'sqlite'
- name: Do migrations - name: Do migrations
run: php bin/console --env test doctrine:migrations:migrate -n run: php bin/console --env test doctrine:migrations:migrate -n