notes on todo tasks for refactoring to support different types of steps

This commit is contained in:
Ethan Chiu
2020-07-10 13:51:36 -04:00
parent 9d7bd4706b
commit 747addfca6
3 changed files with 6 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ namespace GitHub.Runner.Worker
{
var steps = run.Value.AssertSequence("steps");
var evaluator = executionContext.ToPipelineTemplateEvaluator();
// TODO: Change this so that we process each type of step
stepsLoaded = evaluator.LoadCompositeSteps(steps);
break;
}