Skip to content

Commit

Permalink
Test Samples shouldn't run if we have a failure earlier in the build (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Jul 20, 2021
1 parent a54df6f commit 1614c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ steps:

- task: PythonScript@0
displayName: 'Test Samples'
condition: eq(variables['TestSamples'], 'true')
condition: and(succeeded(), eq(variables['TestSamples'], 'true'))
inputs:
scriptPath: 'scripts/devops_tasks/setup_execute_tests.py'
arguments: >-
Expand Down

0 comments on commit 1614c53

Please sign in to comment.