Skip to content

Commit

Permalink
Removes github fetch in ci-test command alias (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Apr 23, 2020
1 parent 4511dec commit d8b8d8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
addCommandAlias("ci-test", "github; scalafmtCheck; scalafmtSbtCheck; test")
addCommandAlias("ci-test", "scalafmtCheck; scalafmtSbtCheck; test")
addCommandAlias("ci-docs", "github; project-docs/mdoc; headerCreateAll")

Universal / javaOptions += "-Dscala.classpath.closeZip=true"

lazy val `evaluator-server` = (project in file("server"))
.enablePlugins(JavaAppPackaging)
.enablePlugins(AutomateHeaderPlugin)
.enablePlugins(sbtdocker.DockerPlugin)
.enablePlugins(BuildInfoPlugin)
.settings(skip in publish := true)
Expand Down

0 comments on commit d8b8d8d

Please sign in to comment.