Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik authored Mar 20, 2024
1 parent 18fa0d6 commit 1f94b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
- name: Run Unit Tests (x64)
uses: MartinKuschnik/vstest-action-with-space-support@v1.0.1
with:
testAssembly: '**\\*UnitTests*.dll\n!**\\ref\\**\n!**\\refint\\**'
testAssembly: '**\\*UnitTests*.dll'
searchFolder: '**\x86\**\*'
platform: x64

- name: Run Unit Tests (x86)
uses: MartinKuschnik/vstest-action-with-space-support@v1.0.1
with:
testAssembly: '**\\*UnitTests*.dll\n!**\\ref\\**\n!**\\refint\\**'
testAssembly: '**\\*UnitTests*.dll'
searchFolder: '**\x86\**\*'
platform: x86

Expand Down

0 comments on commit 1f94b4a

Please sign in to comment.