Skip to content

Commit fa5cc7f

Browse files
committed
Comment out validation
1 parent c5bdcf5 commit fa5cc7f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/provision-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
azd provision --no-prompt
4444
45-
- name: Validate Infrastructure
46-
run: |
47-
# Validate that infrastructure is properly provisioned
48-
azd show --output json | jq -r '.services'
45+
# - name: Validate Infrastructure
46+
# run: |
47+
# # Validate that infrastructure is properly provisioned
48+
# azd show --output json | jq -r '.services'

.github/workflows/provision-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
azd provision --no-prompt
3939
40-
- name: Validate Infrastructure
41-
run: |
42-
# Validate that infrastructure is properly provisioned
43-
azd show --output json | jq -r '.services'
40+
# - name: Validate Infrastructure
41+
# run: |
42+
# # Validate that infrastructure is properly provisioned
43+
# azd show --output json | jq -r '.services'

0 commit comments

Comments
 (0)