3 references to IsRunningOnGithubActions
Aspire.TestUtilities (3)
PlatformDetection.cs (2)
11
public static bool IsRunningOnCI => IsRunningOnAzdoBuildMachine || IsRunningOnHelix ||
IsRunningOnGithubActions
;
13
public static bool IsRunningPRValidation =>
IsRunningOnGithubActions
;
RequiresPlaywrightAttribute.cs (1)
21
|| PlatformDetection.
IsRunningOnGithubActions
; // Else supported on linux/GHA only