I need to do the following in sequential order.
- Start spray-can server (sbt re-start).
- Run integration tests (sbt it:test).
- Stop spray-can server (sbt re-stop).
Can't make it work with sbt-sequential plugin since Revolver.reStart is not a Task.
I need to do the following in sequential order.
Can't make it work with sbt-sequential plugin since Revolver.reStart is not a Task.