From 1f1523b067dedfcd5017ac27089109810b6053f7 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 26 Nov 2018 17:17:55 -0500 Subject: [PATCH] Try again numbnuts --- build/test_core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/test_core.sh b/build/test_core.sh index 16ed39bd44..301de56b80 100755 --- a/build/test_core.sh +++ b/build/test_core.sh @@ -5,6 +5,8 @@ dotnet tool install --global coverlet.console mkdir TestResults +source ~/.nvm/nvm.sh && nvm install 10 + cd tests/Tgstation.Server.Api.Tests dotnet build -c $CONFIG /p:CopyLocalLockFileAssemblies=true @@ -15,8 +17,6 @@ cd ../Tgstation.Server.Client.Tests dotnet build -c $CONFIG /p:CopyLocalLockFileAssemblies=true $HOME/.dotnet/tools/coverlet bin/$CONFIG/netcoreapp2.1/Tgstation.Server.Client.Tests.dll --target "dotnet" --targetargs "test -c $CONFIG --no-build" --format opencover --output "../../TestResults/client.xml" --include "[Tgstation.Server*]*" --exclude "[Tgstation.Server.Client.Tests*]*" -source ~/.nvm/nvm.sh && nvm install 10 - cd ../tests/Tgstation.Server.Host.Tests dotnet build -c $CONFIG /p:CopyLocalLockFileAssemblies=true