From 4622fa8b62f2e6621b17944651ce03f1442ac366 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 31 May 2024 14:18:54 +0700 Subject: [PATCH] Removing tests on ubuntu, since they aren't running on master The tests on master, for ubuntu and framework 4.6.1, are succeeding with empty output. So I'm deleting them here. --- .github/workflows/CI-CD.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index d939fb8..fe7cfd2 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -39,10 +39,6 @@ jobs: - name: Build and Pack run: dotnet build --configuration Release - - name: Test (Ubuntu) - run: dotnet test --configuration Release --no-build output/Release/net461/*Tests.dll --filter TestCategory!=RequiresDisplay -- NUnit.TestOutputXml=TestResults - if: matrix.os == 'ubuntu-latest' - - name: Test (Windows) run: dotnet test --configuration Release --no-build -- NUnit.TestOutputXml=TestResults if: matrix.os != 'ubuntu-latest'