Skip to content

Commit 76c5808

Browse files
committed
Pathing update
1 parent 79f49b8 commit 76c5808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dotnet-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939

4040
- name: Test
4141
shell: bash
42-
run: dotnet test "**\*UnitTests\*.csproj" --configuration ${{inputs.buildConfiguration}} --no-build --verbosity normal
42+
run: dotnet test "./**/*UnitTests/*.csproj" --configuration ${{inputs.buildConfiguration}} --no-build --verbosity normal
4343
# - name: Code Coverage Report
4444
# uses: irongut/[email protected]
4545
# with:

0 commit comments

Comments
 (0)