6 references to TestsWorkflowPath
Infrastructure.Tests (6)
TestTriggerMap\SelectTestsWorkflowTests.cs (6)
42var testsYml = File.ReadAllText(TestsWorkflowPath); 53using var reader = new StringReader(File.ReadAllText(TestsWorkflowPath)); 103var testsYml = File.ReadAllText(TestsWorkflowPath); 164var testsYml = File.ReadAllText(TestsWorkflowPath); 167Assert.True(start >= 0, $"Expected a comment_selection job in {TestsWorkflowPath}."); 171Assert.True(end > start, $"Expected the comment_selection job to precede build_packages in {TestsWorkflowPath}.");