diff --git a/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt b/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt index 5a1ebd3..0c1a12a 100644 --- a/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt +++ b/AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestMatrixStore.kt @@ -106,7 +106,8 @@ internal class TestMatrixStore( pullScreenshots = pullScreenshots, testTargets = testTargets, flakyTestAttempts = flakyTestAttempts, - testTimeoutSeconds = testTimeoutSeconds + testTimeoutSeconds = testTimeoutSeconds, + orchestratorOption = orchestratorOption, ) logger.info { "created test matrix: $newTestMatrix"