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.
1 parent 52f108f commit 3c9fb7bCopy full SHA for 3c9fb7b
.drone.star
@@ -735,7 +735,6 @@ def e2eTests(ctx):
735
"image": OC_CI_NODEJS_IMAGE,
736
"environment": environment,
737
"commands": [
738
- "cat %s/tests/drone/suites.env" % dir["web"],
739
". %s/tests/drone/suites.env || true" % dir["web"],
740
"cd tests/e2e",
741
"bash run-e2e.sh",
@@ -2051,7 +2050,7 @@ def uploadA11yResult(ctx):
2051
2050
]
2052
2053
def filterTestSuitesToRun(ctx, suites = []):
2054
- if "full-ci" in ctx.build.title.lower() and ctx.build.event == "cron":
+ if "full-ci" in ctx.build.title.lower():
2055
return []
2056
if len(suites) and "cucumber/" in suites[0]:
2057
ENV = "FEATURE_FILES="
0 commit comments