Skip to content

Commit

Permalink
Merge pull request #2176 from bjaglin/save-expect-sbtall
Browse files Browse the repository at this point in the history
fix save-expect again
  • Loading branch information
bjaglin authored Jan 16, 2025
2 parents ecfb32c + 6fbf762 commit 2cfc394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
.map { sv =>
s"integration${asProjectSuffix(sv)} / Test / runMain scalafix.tests.util.SaveExpect"
}
.mkString("all ", " ", "") :: state
.foldLeft(state) { (state, command) =>
command :: state
}
},
commands += Command.command("ci-docs") { state =>
"docs2_13/run" :: // reduce risk of errors on deploy-website.yml
Expand Down

0 comments on commit 2cfc394

Please sign in to comment.