We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bdcf5 commit fa5cc7fCopy full SHA for fa5cc7f
2 files changed
.github/workflows/provision-dev.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
azd provision --no-prompt
44
45
- - name: Validate Infrastructure
46
- run: |
47
- # Validate that infrastructure is properly provisioned
48
- azd show --output json | jq -r '.services'
+ # - name: Validate Infrastructure
+ # run: |
+ # # Validate that infrastructure is properly provisioned
+ # azd show --output json | jq -r '.services'
.github/workflows/provision-prod.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
0 commit comments