Skip to content

ExecutionMode

type ExecutionMode = "off" | "latest" | "latest-failed";

Defined in: src/ci/execution.ts:18

How a CI integration selects which execution to overlay. off disables the feature.