mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 02:22:52 +01:00
Fix Linux actions builds
This commit is contained in:
@@ -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>()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user