Browse Source

another attempt to fix tests...

vpenades 1 year ago
parent
commit
b0dcbb799d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/TestCommit.yml

+ 2 - 1
.github/workflows/TestCommit.yml

@@ -23,7 +23,8 @@ jobs:
         run: dotnet restore
 
       - name: Build
-        run: dotnet build --configuration Debug --no-restore
+        # https://github.com/dotnet/core/issues/7840  failed to build with 0 errors
+        run: dotnet build --configuration Debug --no-restore --disable-build-servers
 
       - name: Test
         run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj --no-build --verbosity diagnostic