3 references to GlobMatches
Infrastructure.Tests (3)
TestTriggerMap\TestTriggerMapTests.cs (3)
51
.Where(rule => rule.Paths.Any(path => TestTriggerMap.
GlobMatches
(path, workflow)))
1041
bool RoutedToAll(string file) => allGlobs.Any(g => TestTriggerMap.
GlobMatches
(g, file));
1070
bool RoutedToAll(string file) => allGlobs.Any(g => TestTriggerMap.
GlobMatches
(g, file));