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