4 references to Scalar
Infrastructure.Tests (4)
WorkflowScripts\DeploymentTestCommandTests.cs (4)
15
var condition =
Scalar
(LoadJob(), "if");
25
Assert.Equal("check_permission",
Scalar
(steps[0], "id"));
29
Assert.Equal("steps.check_permission.outputs.has_write_access == 'true'",
Scalar
(step, "if"));
73
await File.WriteAllTextAsync(scriptPath,
Scalar
(options, "script"));