Skip to content

Commit

Permalink
try searching in the bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey authored Apr 3, 2024
1 parent ac1116b commit fab55ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Run Tests
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: /**/bin/**/*.Tests.dll
searchFolder: .
testAssembly: /**/*.Tests.dll
searchFolder: ./**/bin/**
runInParallel: true

- name: Publish Test Results
Expand Down

0 comments on commit fab55ec

Please sign in to comment.