Skip to content

Commit 1127aed

Browse files
committed
enable starting mssql db docker image
1 parent f8f8ed2 commit 1127aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ballerina/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -325,18 +325,18 @@ task stopPostgreSQLTestDockerContainer() {
325325

326326
updateTomlFiles.dependsOn copyStdlibs
327327
startMySQLTestDockerContainer.dependsOn createMySQLTestDockerImage
328-
//startMSSQLTestDockerContainer.dependsOn createMSSQLTestDockerImage
328+
startMSSQLTestDockerContainer.dependsOn createMSSQLTestDockerImage
329329
startPostgreSQLTestDockerContainer.dependsOn createPostgreSQLTestDockerImage
330330

331331
build.dependsOn "generatePomFileForMavenPublication"
332332
build.dependsOn ":${packageName}-compiler-plugin:build"
333333
build.dependsOn ":${packageName}-native:build"
334334
build.finalizedBy stopMySQLTestDockerContainer
335-
//build.finalizedBy stopMSSQLTestDockerContainer
335+
build.finalizedBy stopMSSQLTestDockerContainer
336336
build.finalizedBy stopPostgreSQLTestDockerContainer
337337

338338
test.dependsOn ":${packageName}-compiler-plugin:build"
339339
test.dependsOn ":${packageName}-native:build"
340340
test.dependsOn startMySQLTestDockerContainer
341-
//test.dependsOn startMSSQLTestDockerContainer
341+
test.dependsOn startMSSQLTestDockerContainer
342342
test.dependsOn startPostgreSQLTestDockerContainer

0 commit comments

Comments
 (0)