Skip to content

Commit 920bf00

Browse files
authored
Merge pull request #90 from androidx/orchestratoroption
Add missing orchestratorOption parameter in TestMatrixStore
2 parents b3045da + f961cc3 commit 920bf00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ internal class TestMatrixStore(
106106
pullScreenshots = pullScreenshots,
107107
testTargets = testTargets,
108108
flakyTestAttempts = flakyTestAttempts,
109-
testTimeoutSeconds = testTimeoutSeconds
109+
testTimeoutSeconds = testTimeoutSeconds,
110+
orchestratorOption = orchestratorOption,
110111
)
111112
logger.info {
112113
"created test matrix: $newTestMatrix"

0 commit comments

Comments
 (0)