commit | e6fe08ba29a63ce001242198832e0a6dcb06077b | [log] [tgz] |
---|---|---|
author | danielhanrahan <daniel.hanrahan@est.tech> | Tue Feb 13 09:53:07 2024 +0000 |
committer | danielhanrahan <daniel.hanrahan@est.tech> | Tue Feb 13 15:31:55 2024 +0000 |
tree | bcbfd776786f37b3498607039a96a9d3c53220d5 | |
parent | a3e1ba15f0ed3735e4b7a540371144e7dc9bfa07 [diff] [blame] |
Remove liquibase test changelog Complete liquibase changelog takes under 1 second to run, so having separate changelog for integration tests offers no benefit. Issue-ID: CPS-2090 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ib0e928f35d401b91c23dfcb5dc82c77778a044dc
diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index 55560aa..dbff207 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml
@@ -36,4 +36,4 @@ initialization-mode: always liquibase: - change-log: classpath:liquibase/test-changelog.yaml + change-log: classpath:changelog/changelog-master.yaml