5 references to TestsWorkflowPath
Infrastructure.Tests (5)
TestTriggerMap\SelectTestsWorkflowTests.cs (5)
41var testsYml = File.ReadAllText(TestsWorkflowPath); 82var testsYml = File.ReadAllText(TestsWorkflowPath); 143var testsYml = File.ReadAllText(TestsWorkflowPath); 146Assert.True(start >= 0, $"Expected a comment_selection job in {TestsWorkflowPath}."); 150Assert.True(end > start, $"Expected the comment_selection job to precede build_packages in {TestsWorkflowPath}.");