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 baabc17 commit 9e91f87Copy full SHA for 9e91f87
build.sbt
@@ -29,7 +29,7 @@ ThisBuild / scalaVersion := Scala213
29
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
30
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.graalvm(Graalvm.Distribution("graalvm-community"), "17"))
31
ThisBuild / githubWorkflowBuild := Seq(
32
- WorkflowStep.Sbt(List("test", "docs/mdoc", "mimaReportBinaryIssues"))
+ WorkflowStep.Sbt(List("compile", "test", "docs/mdoc", "mimaReportBinaryIssues"))
33
) // NOTE those run separately for every ScalaVersion in `crossScalaVersions`
34
35
//sbt-ci-release settings
0 commit comments