Skip to content

Commit 9f0e897

Browse files
committed
chore: add oracle dialect by default to sql audit store test run
1 parent 496150b commit 9f0e897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/flamingock-auditstore-sql/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configurations.testImplementation {
4040
tasks.test {
4141
// CI-specific configuration
4242
val isCI = System.getenv("CI")?.toBoolean() ?: false
43-
val enabledDialects = System.getProperty("sql.test.dialects") ?: if (isCI) "mysql" else "mysql,oracle"
43+
val enabledDialects = System.getProperty("sql.test.dialects") ?: if (isCI) "mysql,oracle" else "mysql,oracle,sqlserver"
4444

4545
systemProperty("sql.test.dialects", enabledDialects)
4646

0 commit comments

Comments
 (0)