mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Removed sqlite database creation
This is not possible anymore for the sqlite driver and is unnesecarry as it is automatically created on migration
This commit is contained in:
parent
0c1c46c045
commit
853e29dd83
1 changed files with 0 additions and 5 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -114,11 +114,6 @@ jobs:
|
||||||
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||||
if: matrix.db-type == 'mysql' || matrix.db-type == 'postgres'
|
if: matrix.db-type == 'mysql' || matrix.db-type == 'postgres'
|
||||||
|
|
||||||
# Checkinf for existance is not supported for sqlite, so do it without it
|
|
||||||
- name: Create DB
|
|
||||||
run: php bin/console --env test doctrine:database:create -n
|
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue