From 560d89cb0285435f0e7c640b3fb67ab1197df808 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Dec 2022 13:34:19 +0300 Subject: CI: matrix tests on profile strategy --- src/test/resources/application-postgres.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/test/resources/application-postgres.yml (limited to 'src/test/resources/application-postgres.yml') diff --git a/src/test/resources/application-postgres.yml b/src/test/resources/application-postgres.yml new file mode 100644 index 00000000..b75b1e50 --- /dev/null +++ b/src/test/resources/application-postgres.yml @@ -0,0 +1,12 @@ +spring: + datasource: + url: jdbc:postgresql://localhost:5432/juick?stringtype=unspecified + username: juick + password: secret + flyway: + baseline-on-migrate: true + sql: + init: + platform: postgresql + mode: always + -- cgit v1.2.3