mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
don't skip on windows
This commit is contained in:
@@ -189,12 +189,6 @@ namespace GitHub.Runner.Common.Tests.Listener
|
||||
// Add debugging info
|
||||
Console.WriteLine($"Running on platform: {RuntimeInformation.OSDescription}, Architecture: {RuntimeInformation.OSArchitecture}");
|
||||
|
||||
// Skip on Windows
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
using (var hc = new TestHostContext(this))
|
||||
|
||||
Reference in New Issue
Block a user