Skip to content

Commit 34e9569

Browse files
committed
pipeline update
1 parent f6524d7 commit 34e9569

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

azure/templates/post-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ steps:
175175
fi
176176
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e"
177177
displayName: Run Full Test Suite
178-
condition: eq(1, 2)
179178
180-
181179
- bash: |
182180
pyenv local 3.11
183181
poetry env use 3.11
@@ -209,7 +207,6 @@ steps:
209207

210208
displayName: Run full batch test suite
211209
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
213210

214211
- task: PublishTestResults@2
215212
displayName: 'Publish test results'

0 commit comments

Comments
 (0)