We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6524d7 commit 34e9569Copy full SHA for 34e9569
1 file changed
azure/templates/post-deploy.yml
@@ -175,9 +175,7 @@ steps:
175
fi
176
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e"
177
displayName: Run Full Test Suite
178
- condition: eq(1, 2)
179
180
-
181
- bash: |
182
pyenv local 3.11
183
poetry env use 3.11
@@ -209,7 +207,6 @@ steps:
209
207
210
208
displayName: Run full batch test suite
211
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e_batch"
212
- #condition: eq(1, 2) # Disable task but make this step visible in the pipeline
213
214
- task: PublishTestResults@2
215
displayName: 'Publish test results'
0 commit comments