play-slick icon indicating copy to clipboard operation
play-slick copied to clipboard

evolutions don't run with command `sbt test`

Open WayneWang12 opened this issue 8 years ago • 0 comments

Hi~ I've set my applications with below settings in test/resources/application.conf:

play.evolutions.enabled =true
evolutionplugin = enabled
play.evolutions.autoApply=true
play.evolutions.db.default.enabled = true
play.evolutions.db.default.autoApply = true

However, the evolutions just don't work. I'm wondering how to make it work so that I can have my CI run smoothly without any manual operation.

Thanks in advance. I'm using play 2.5.10, play-slick and evolution 2.0.2

WayneWang12 avatar Jan 22 '17 06:01 WayneWang12