Skip to content

Commit f6e0374

Browse files
committed
Corrected path in restore and build
Signed-off-by: RemakingEden <[email protected]>
1 parent f9045d2 commit f6e0374

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
${{ runner.os }}-nuget
9090
9191
- name: Restore Solution
92-
run: dotnet restore Monai.Deploy.WorkflowManager.sln
93-
working-directory: ./src
92+
run: dotnet restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
93+
working-directory: ./src/Monai.Deploy.WorkloadManager.IntegrationTests
9494

9595
- name: Build Solution
96-
run: dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkflowManager.sln
97-
working-directory: ./src
96+
run: dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
97+
working-directory: ./src/Monai.Deploy.WorkloadManager.IntegrationTests
9898

9999
- name: App Settings Variable Substitution
100100
uses: microsoft/variable-substitution@v1

0 commit comments

Comments
 (0)