2 references to IsRunningOnGithubActions
Aspire.Dashboard.Tests (2)
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
33
[ActiveIssue("https://github.com/dotnet/aspire/issues/7921", typeof(PlatformDetection), nameof(PlatformDetection.
IsRunningOnGithubActions
), nameof(PlatformDetection.IsWindows))]
tests\Aspire.Components.Common.Tests\PlatformDetection.cs (1)
11
public static bool IsRunningOnCI => IsRunningOnBuildMachine || IsRunningOnHelix ||
IsRunningOnGithubActions
;