Skip to content

Commit

Permalink
Pointing to theoretical test output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed May 31, 2024
1 parent 410c4fc commit 6d66842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet build --configuration Release

- name: Test (Ubuntu)
run: dotnet test --configuration Release --no-build --filter TestCategory!=RequiresDisplay -- NUnit.TestOutputXml=TestResults
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)
Expand Down

0 comments on commit 6d66842

Please sign in to comment.