Skip to content

Commit 64fc499

Browse files
committed
Typo
1 parent 9bbdb6c commit 64fc499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ object TestSettings {
10351035
Seq("-eNCXEHLOPQMDF")
10361036
}.getOrElse(Nil): _*),
10371037
testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
1038-
// This is currently only disabled in GitHun Actions build as a temporary workaround. See SPARK-32408.
1038+
// This is currently only disabled in GitHub Actions build as a temporary workaround. See SPARK-32408.
10391039
// It is required to detect Junit tests for each project, see also
10401040
// https://github.com/sbt/junit-interface/issues/35
10411041
crossPaths := sys.env.get("GITHUB_ACTIONS").isEmpty,

0 commit comments

Comments
 (0)