Skip to content

Commit

Permalink
Adjust WorkflowStep.Sbt constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 11, 2024
1 parent d4bff20 commit c0cc9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ThisBuild / githubWorkflowBuildSbtStepPreamble += s"project $${{ matrix.project
ThisBuild / tlCiScalafmtCheck := true
ThisBuild / githubWorkflowBuild ~= { steps =>
steps.map { // replace the test step
case _ @WorkflowStep.Sbt(List("test"), _, _, _, _, _, _, _) =>
case _ @WorkflowStep.Sbt(List("test"), _, _, _, _, _, _) =>
WorkflowStep.Sbt(
List("coverage", "test", "test/coverageReport"),
name = Some("Test & Compute Coverage")
Expand Down

0 comments on commit c0cc9b9

Please sign in to comment.