WorkflowScripts\VerifyTelemetryHookChangesWorkflowTests.cs (7)
38Assert.Equal("${{ github.sha }}", Scalar(checkoutOptions, "ref"));
39Assert.Equal("2", Scalar(checkoutOptions, "fetch-depth"));
40Assert.Equal("false", Scalar(checkoutOptions, "persist-credentials"));
43Assert.Equal("pwsh", Scalar(verify, "shell"));
44Assert.Equal("${{ github.head_ref }}", Scalar(Mapping(verify, "env"), "PR_HEAD_REF"));
45Assert.False(string.IsNullOrWhiteSpace(Scalar(verify, "run")));
192return Scalar(GetVerifyStep(steps), "run");