added test application.properties
CI / test (push) Failing after 1m46s

This commit is contained in:
2026-06-04 00:03:07 +02:00
parent 86664921ae
commit f53422fa8c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies {
testRuntimeOnly 'com.h2database:h2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation("org.testcontainers:postgresql:1.21.3")
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
@@ -0,0 +1,7 @@
spring.datasource.url=jdbc:h2:mem:etfo-db;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=test
spring.datasource.password=test
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
firebase.enabled=false