From 377fe2754b4d93783b663358eacde15a3ab20918 Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Sun, 16 Aug 2026 02:38:42 -0400 Subject: [PATCH] Fix C# test restore in CI --- .github/workflows/csharp-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/csharp-server.yml b/.github/workflows/csharp-server.yml index 1583f3d..034d2da 100644 --- a/.github/workflows/csharp-server.yml +++ b/.github/workflows/csharp-server.yml @@ -45,7 +45,7 @@ jobs: - name: Run C# server tests working-directory: server - run: dotnet run --project tests/CommonwealthOnline.Server.Tests.csproj -c Release --no-restore + run: dotnet run --project tests/CommonwealthOnline.Server.Tests.csproj -c Release - name: Check Linux scripts working-directory: server