Skip to content

Commit

Permalink
Fix failed to migrate database during test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
TAKESHI SHIMADA committed Mar 20, 2019
1 parent 6cc9919 commit 7631051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ releaseVersionFile := baseDirectory.value / "version.sbt"
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
ReleaseStep(action = Command.process("flywayClean", _)),
ReleaseStep(action = Command.process("flywayMigrate", _)),
runClean,
runTest,
setReleaseVersion,
Expand Down

0 comments on commit 7631051

Please sign in to comment.