Skip to content

Create checkpoints to local runs

Say we have 10 stages. If the first 9 passes and the last one fails due to a flaky test, we would need to run everything again from scratch.

It'd be nice if we could add checkpoints and not run everything again