File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
- name : Check that workflows are up to date
53
53
run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
54
54
55
- - run : sbt '++ ${{ matrix.scala }}' test docs/mdoc mimaReportBinaryIssues
55
+ - run : sbt '++ ${{ matrix.scala }}' compile test docs/mdoc mimaReportBinaryIssues
56
56
57
57
- name : Compress target directories
58
58
run : tar cf targets.tar oauth2-jsoniter/jvm/target oauth2/js/target oauth2-cache/js/target oauth2-cache-ce2/target oauth2-cache-zio/target oauth2-jsoniter/js/target target oauth2-cache-scalacache/target mdoc/target oauth2-circe/jvm/target oauth2-cache-cats/target oauth2-cache-future/jvm/target oauth2-circe/js/target oauth2-cache/jvm/target oauth2-cache-future/js/target oauth2/jvm/target project/target
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ThisBuild / scalaVersion := Scala213
29
29
ThisBuild / crossScalaVersions := Seq (Scala212 , Scala213 , Scala3 )
30
30
ThisBuild / githubWorkflowJavaVersions := Seq (JavaSpec .graalvm(Graalvm .Distribution (" graalvm-community" ), " 17" ))
31
31
ThisBuild / githubWorkflowBuild := Seq (
32
- WorkflowStep .Sbt (List (" test" , " docs/mdoc" , " mimaReportBinaryIssues" ))
32
+ WorkflowStep .Sbt (List (" compile " , " test" , " docs/mdoc" , " mimaReportBinaryIssues" ))
33
33
) // NOTE those run separately for every ScalaVersion in `crossScalaVersions`
34
34
35
35
// sbt-ci-release settings
You can’t perform that action at this time.
0 commit comments