Skip to content

Commit 1f0a912

Browse files
committed
Added first part of CICD pipeline for dev environment
1 parent e8dfd6f commit 1f0a912

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/MessageQueueProcessor_deploy_dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
terraform_wrapper: false # Skip wrapper script installation
2929

3030
- name: list folder
31-
run: ls
31+
run: |
32+
ls
33+
cd LearningHub.Nhs.MessageQueueProcessor
34+
ls
3235
3336
- name: 'Terraform init'
3437
id: init

0 commit comments

Comments
 (0)