Exclude empty test project
Some checks failed
Build Vegasco Server / build (push) Failing after 2m22s

This commit is contained in:
2024-08-23 18:32:01 +02:00
parent 155ed22fb0
commit 1c88d2b2c6

View File

@@ -24,7 +24,7 @@ jobs:
run: dotnet build run: dotnet build
- name: Test - name: Test
run: dotnet test run: dotnet test --filter FullyQualifiedName!~System
### Report via telegram ### Report via telegram