mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +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
|
// Add debugging info
|
||||||
Console.WriteLine($"Running on platform: {RuntimeInformation.OSDescription}, Architecture: {RuntimeInformation.OSArchitecture}");
|
Console.WriteLine($"Running on platform: {RuntimeInformation.OSDescription}, Architecture: {RuntimeInformation.OSArchitecture}");
|
||||||
|
|
||||||
// Skip on Windows
|
|
||||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
using (var hc = new TestHostContext(this))
|
using (var hc = new TestHostContext(this))
|
||||||
|
|||||||
Reference in New Issue
Block a user