Skip to content

Commit e15dc6d

Browse files
committed
Also provision
1 parent 7aca632 commit e15dc6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/evaluate.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
--tenant-id "$Env:AZURE_TENANT_ID"
105105
shell: pwsh
106106

107+
- name: Provision Infrastructure
108+
run: azd provision --no-prompt
109+
env:
110+
AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
111+
107112
- name: Run local server in background
108113
run: |
109114
RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory > serverlogs.out 2> serverlogs.err &)

0 commit comments

Comments
 (0)