We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541841e commit 9d85f26Copy full SHA for 9d85f26
README.md
@@ -165,6 +165,7 @@ class MySQLControllerSpec extends AnyFreeSpec with DockerControllerSpecSupport w
165
)
166
167
override protected def afterStartContainers(): Unit = {
168
+ // Put the sql files in `src/reosources/flyway`.
169
val flywayContext = createFlywayContext(FlywayConfig(Seq("flyway")))
170
// Execute flywayMigrate command
171
flywayContext.flyway.migrate()
0 commit comments