We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13f9218 + 40369dc commit ce22d51Copy full SHA for ce22d51
build.sbt
@@ -493,7 +493,7 @@ addCommandAlias(
493
494
addCommandAlias(
495
"ciFull",
496
- """;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""".stripMargin
+ """;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") && !t.endsWith("LiveTest") ); it:test""".stripMargin
497
)
498
499
"manualTests",
0 commit comments