We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aca632 commit e15dc6dCopy full SHA for e15dc6d
.github/workflows/evaluate.yaml
@@ -104,6 +104,11 @@ jobs:
104
--tenant-id "$Env:AZURE_TENANT_ID"
105
shell: pwsh
106
107
+ - name: Provision Infrastructure
108
+ run: azd provision --no-prompt
109
+ env:
110
+ AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
111
+
112
- name: Run local server in background
113
run: |
114
RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory > serverlogs.out 2> serverlogs.err &)
0 commit comments