From b11b40aca0182b258cb8716e12cc3878078fa30a Mon Sep 17 00:00:00 2001 From: Dom Eori <4j6dq2zi8@relay.firefox.com> Date: Mon, 27 Dec 2021 00:07:24 +0900 Subject: [PATCH] [general] Change test target to Sqlite Most users just use default Sqlite, and GitLab CI doesn't work with MySQL anyway --- src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 9c270df8..91234b60 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -1 +1 @@ -spring.profiles.active=testMysql \ No newline at end of file +spring.profiles.active=testSqlite \ No newline at end of file