Add workflow integration tests for the restore command

This commit is contained in:
2026-05-19 22:23:25 -05:00
parent 6684774f52
commit 648001a8fe
5 changed files with 183 additions and 3 deletions

View File

@@ -36,6 +36,8 @@ type RunSummary struct {
Skipped []string
}
var executeStagesFn = executeStages
func executeStages(ctx context.Context, cfg *config.Config, stages []stage.Stage, opts RunOptions) (*RunSummary, error) {
env := opts.Env
if env == nil {