We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f49b8 commit 76c5808Copy full SHA for 76c5808
.github/actions/dotnet-build/action.yml
@@ -39,7 +39,7 @@ runs:
39
40
- name: Test
41
shell: bash
42
- run: dotnet test "**\*UnitTests\*.csproj" --configuration ${{inputs.buildConfiguration}} --no-build --verbosity normal
+ run: dotnet test "./**/*UnitTests/*.csproj" --configuration ${{inputs.buildConfiguration}} --no-build --verbosity normal
43
# - name: Code Coverage Report
44
# uses: irongut/[email protected]
45
# with:
0 commit comments