From ab862a359c00c9377b07e4fc7b428ce3e0ff1147 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 30 Jul 2025 17:46:23 -0400 Subject: [PATCH] I'm so upset --- tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs index d465adc1d6..8f81991b50 100644 --- a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs +++ b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs @@ -89,6 +89,8 @@ namespace Tgstation.Server.Tests.Live Cleanup(BaseDirectory).GetAwaiter().GetResult(); } + System.Console.WriteLine($"RunningInGitHubActions: {TestingUtils.RunningInGitHubActions}"); + Assert.IsTrue(port >= 10000); // for testing bridge request limit Directory = BaseDirectory;