Fix Linux actions builds

This commit is contained in:
Dominion
2023-06-02 10:56:36 -04:00
parent a110dda407
commit 5e3949e33f
@@ -88,8 +88,10 @@ namespace Tgstation.Server.Tests.Live
// neither of these should really matter but it's better that we test them
// high prio DD might help with some topic flakiness actually
HighPriorityDreamDaemon = true;
LowPriorityDeployments = true;
// github doesn't allow nicing though
bool runningInGitHubActions = !String.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("GITHUB_RUN_ID"));
HighPriorityDreamDaemon = !runningInGitHubActions;
LowPriorityDeployments = !runningInGitHubActions;
args = new List<string>()
{