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