Skip to content

Commit

Permalink
find test library
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey authored Apr 3, 2024
1 parent 6c47a74 commit 53773a1
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,9 +52,9 @@ jobs:
- name: Run Tests
uses: microsoft/vstest-action@v1.0.0
with:
searchFolder: .
searchFolder: '.'
testAssembly: |
/**/*.Tests.dll
./**/*.Tests.dll
!./**/obj/**
- name: Publish Test Results
Expand Down

0 comments on commit 53773a1

Please sign in to comment.