Skip to content

Commit 30c0746

Browse files
committed
Fixing issues with MessageQueueProcessor_deploy_dev.yml
1 parent 239a951 commit 30c0746

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/MessageQueueProcessor_deploy_dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
dotnet-version: '8.0.x'
6767

6868
- name: Restore dependencies
69-
run: dotnet restore
69+
run: |
70+
cd LearningHub.Nhs.MessageQueueProcessor
71+
dotnet restore
7072
7173
- name: Build project
7274
run: dotnet build --configuration Development

0 commit comments

Comments
 (0)