Skip to content

Commit 09e5bb0

Browse files
authored
ci:Use 'dotnet test' instead of vstest-action as workaround (#334)
1 parent 3b11c86 commit 09e5bb0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ jobs:
3737
run: msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release
3838

3939
- name: Tests
40-
uses: microsoft/[email protected]
41-
with:
42-
testAssembly: '**\bin\**\*UnitTests.dll'
43-
searchFolder: '.\'
44-
runInParallel: false
40+
run: dotnet test **\bin\**\*UnitTests.dll

0 commit comments

Comments
 (0)