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