Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 28, 2024
1 parent 1fd5f69 commit d8ce77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Run Tests
uses: microsoft/[email protected]
with:
searchFolder: Test\UnitTests\bin\Release\net462
testAssembly: UnitTests.dll
searchFolder: Test/UnitTests/bin/Release/net462
testAssembly: Test/UnitTests/bin/Release/net462/UnitTests.dll

- name: Pack Behaviors
if: success()
Expand Down

0 comments on commit d8ce77c

Please sign in to comment.