Skip to content

Commit 4c4e629

Browse files
Harmanpreet-MicrosoftHarmanpreet Kaur
andauthored
feat: add validation tests and telemetry collection to template valid… (#91)
* feat: add validation tests and telemetry collection to template validation workflow * fix: remove unnecessary newline in template validation workflow --------- Co-authored-by: Harmanpreet Kaur <v-harmanpkau@microsoft.com>
1 parent dade673 commit 4c4e629

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/azd-template-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
validateAzd: ${{ vars.TEMPLATE_VALIDATE_AZD }}
4141
useDevContainer: ${{ vars.TEMPLATE_USE_DEV_CONTAINER }}
42+
validateTests: ${{ vars.AZD_VALIDATE_TESTS }}
4243
id: validation
4344
env:
4445
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
@@ -66,6 +67,8 @@ jobs:
6667
AZURE_NETWORK_ISOLATION: 'false'
6768
AZURE_SQL_SERVER_ENABLED: 'false'
6869
AZURE_AI_DEPLOYMENTS_LOCATION: ${{ vars.AZURE_LOCATION }}
70+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
71+
6972

7073
- name: print result
7174
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)