Skip to content

Commit

Permalink
Update used vstest action to circumvent issues caused by the original…
Browse files Browse the repository at this point in the history
… action in which microsoft does not have much interest it seems
  • Loading branch information
sensslen authored and Simon Ensslen committed Jul 3, 2024
1 parent f9297eb commit 49dd0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: msbuild -t:rebuild -property:Configuration=TestWindows

- name: test
uses: microsoft/vstest-action@v1.0.0
uses: josepho0918/vstest-action@main
with:
testAssembly: "NuGetUtility.Test.dll"
searchFolder: "tests/NuGetUtility.Test/bin/TestWindows/${{ matrix.framework }}/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest

- name: test
uses: microsoft/vstest-action@v1.0.0
uses: josepho0918/vstest-action@main
with:
testAssembly: "NuGetUtility.Test.dll"
searchFolder: "tests/NuGetUtility.Test/bin/Release/net8.0/"
Expand Down

0 comments on commit 49dd0f6

Please sign in to comment.