Skip to content

Commit 798f0d9

Browse files
committed
test(ci): run tests with remote.php in full-ci and nightly
1 parent 47853df commit 798f0d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.drone.star

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,8 @@ def localApiTestPipeline(ctx):
10641064
pipelines = []
10651065

10661066
with_remote_php = [False]
1067+
if ctx.build.event == "cron" or "full-ci" in ctx.build.title.lower():
1068+
with_remote_php.append(True)
10671069

10681070
defaults = {
10691071
"suites": {},
@@ -1362,6 +1364,8 @@ def coreApiTestPipeline(ctx):
13621364
pipelines = []
13631365

13641366
with_remote_php = [False]
1367+
if ctx.build.event == "cron" or "full-ci" in ctx.build.title.lower():
1368+
with_remote_php.append(True)
13651369

13661370
defaults = {
13671371
"suites": {},

0 commit comments

Comments
 (0)