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