Skip to content

Commit

Permalink
ci:Use 'dotnet test' instead of vstest-action as workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b committed Sep 3, 2024
1 parent 3b11c86 commit 9e2ad9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ jobs:
run: msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release

- name: Tests
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: '**\bin\**\*UnitTests.dll'
searchFolder: '.\'
runInParallel: false
run: dotnet test

0 comments on commit 9e2ad9f

Please sign in to comment.