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