Skip to content

Commit ce22d51

Browse files
authored
Merge pull request #751 from yadavan88/bug-alias-mistake
Fixed mistake with alias creation
2 parents 13f9218 + 40369dc commit ce22d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ addCommandAlias(
493493

494494
addCommandAlias(
495495
"ciFull",
496-
""";ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""".stripMargin
496+
""";ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") && !t.endsWith("LiveTest") ); it:test""".stripMargin
497497
)
498498
addCommandAlias(
499499
"manualTests",

0 commit comments

Comments
 (0)