Configure gh-exclude as it was done for other tags
This commit is contained in:
parent
554044e387
commit
d5bd868d62
2 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ jobs:
|
|||
sbt -jvm-opts .jvmopts-ci \
|
||||
-Dakka.mima.enabled=false \
|
||||
-Dakka.ci-server=true \
|
||||
-Dakka.test.tags.exclude=performance,timing,long-running,gh-exclude \
|
||||
-Dakka.test.multi-in-test=false \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.cluster.assert=on \
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ object AkkaValidatePullRequest extends AutoPlugin {
|
|||
ValidatePR / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "performance"),
|
||||
ValidatePR / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "long-running"),
|
||||
ValidatePR / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "timing"),
|
||||
ValidatePR / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "gh-exclude"),
|
||||
// make it fork just like regular test running
|
||||
ValidatePR / fork := (Test / fork).value,
|
||||
ValidatePR / testGrouping := (Test / testGrouping).value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue