Skip to content

Commit

Permalink
look in '_built' folder for test assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey authored Apr 3, 2024
1 parent 53773a1 commit ac1e0d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
- name: Run Tests
uses: microsoft/vstest-action@v1.0.0
with:
searchFolder: '.'
testAssembly: |
./**/*.Tests.dll
!./**/obj/**
searchFolder: /_built/
testAssembly: /**/*Tests.dll

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
Expand Down

0 comments on commit ac1e0d9

Please sign in to comment.