Skip to content

Commit

Permalink
To fix junit-tests not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Divs-B committed Apr 12, 2024
1 parent bb3bef7 commit 110110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ lazy val defaultClientSettings: Seq[Setting[_]] = Seq(
)


Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-u", sys.env.getOrElse("SBT_JUNIT_OUTPUT", "junit"))
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-u", sys.env.getOrElse("SBT_JUNIT_OUTPUT", "junit-tests"))

0 comments on commit 110110c

Please sign in to comment.