Skip to content

Commit

Permalink
Removing tests on ubuntu, since they aren't running on master
Browse files Browse the repository at this point in the history
The tests on master, for ubuntu and framework 4.6.1, are succeeding with empty output. So I'm deleting them here.
  • Loading branch information
josephmyers committed May 31, 2024
1 parent 9e66c51 commit 4622fa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4622fa8

Please sign in to comment.