Skip to content

Commit b0dcbb7

Browse files
committed
another attempt to fix tests...
1 parent f6cd4c4 commit b0dcbb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/TestCommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run: dotnet restore
2424

2525
- name: Build
26-
run: dotnet build --configuration Debug --no-restore
26+
# https://github.com/dotnet/core/issues/7840 failed to build with 0 errors
27+
run: dotnet build --configuration Debug --no-restore --disable-build-servers
2728

2829
- name: Test
2930
run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj --no-build --verbosity diagnostic

0 commit comments

Comments
 (0)