Skip to content

Commit 1300b4f

Browse files
paths updated in workflow
1 parent 6514ccc commit 1300b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
include:
1919
- name: UserManagementApi.Tests.Unit
20-
proj: UserManagementApi.Tests.Unit.csproj
20+
proj: UserManagementApi.Tests.Unit/UserManagementApi.Tests.Unit.csproj
2121
- name: UserManagementApi.Tests.Integration
22-
proj: UserManagementApi.Tests.Integration.csproj
22+
proj: UserManagementApi.Tests.Integration/UserManagementApi.Tests.Integration.csproj
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)