2 references to Job
Infrastructure.Tests (2)
Pipelines\ExtensionE2eWorkflow.cs (1)
37
var step = Steps(
Job
()).Single(candidate => Scalar(candidate, "name") == stepName);
Pipelines\ExtensionE2eWorkflowTests.cs (1)
98
private static YamlMappingNode LoadExtensionE2eJob() => ExtensionE2eWorkflow.
Job
();