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

@@ -58,7 +58,7 @@ func Run(ctx context.Context, args []string, out io.Writer) error {
}
stages := BuildFullPlan()
summary, err := executeStages(ctx, cfg, stages, RunOptions{
summary, err := executeStagesFn(ctx, cfg, stages, RunOptions{
Force: force,
SelectedArtifacts: normalizedArtifacts,
})