mirror of
https://github.com/gotson/komga.git
synced 2026-04-30 02:42:26 +02:00
build: use in-memory database for tests
This commit is contained in:
parent
c6ac3beabe
commit
8f160eda92
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
application.version: TESTING
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:h2:mem:testdb
|
||||
flyway:
|
||||
enabled: true
|
||||
jpa:
|
||||
|
|
|
|||
Loading…
Reference in a new issue