Skip to content

Commit 40ee2eb

Browse files
committed
fix: specify .sln in dotnet restore
1 parent 90374d0 commit 40ee2eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/user-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363
run: |
6464
cd user-management
65-
dotnet restore
65+
dotnet restore Stickerlandia.UserManagement.sln
6666
- name: Run Integration Tests
6767
shell: bash
6868
env:
@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106
run: |
107107
cd user-management
108-
dotnet restore
108+
dotnet restore Stickerlandia.UserManagement.sln
109109
- name: Run Integration Tests
110110
shell: bash
111111
env:

0 commit comments

Comments
 (0)