2 references to Scalar
Infrastructure.Tests (2)
Pipelines\ExtensionE2eWorkflow.cs (2)
37
var step = Steps(Job()).Single(candidate =>
Scalar
(candidate, "name") == stepName);
39
return
Scalar
(step, "run") ?? throw new InvalidOperationException($"Step '{stepName}' has no run script.");