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 16dfa13 commit c7258afCopy full SHA for c7258af
.github/workflows/evaluate.yaml
@@ -109,11 +109,6 @@ jobs:
109
--tenant-id "$Env:AZURE_TENANT_ID"
110
shell: pwsh
111
112
- - name: Provision Infrastructure
113
- run: azd provision --no-prompt
114
- env:
115
- AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}
116
-
117
- name: Run local server in background
118
run: |
119
RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory > serverlogs.out 2> serverlogs.err &)
0 commit comments