Skip to content

Commit 104d67f

Browse files
committed
enable batch test suite
1 parent b5aa7d9 commit 104d67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/templates/post-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ steps:
225225
226226
displayName: Run full batch test suite
227227
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e_batch"
228-
condition: eq(1, 2) # Disable task but make this step visible in the pipeline
228+
condition: eq(1, 1) # Disable task but make this step visible in the pipeline
229229
230230
- task: PublishTestResults@2
231231
displayName: 'Publish test results'

0 commit comments

Comments
 (0)