Add set -e to exit when test fails (#5398)

This commit is contained in:
Ibrahim Wani
2025-09-19 10:43:35 -06:00
committed by GitHub
parent d92e5b6c12
commit 4b80405e2e

View File

@@ -207,6 +207,7 @@ jobs:
downstreamAggregateNames: ${{ parameters.downstreamAggregateNames }}
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml
- script: |
set -e
export PYTHONPATH=$(Agent.BuildDirectory)/s/build/python:$PYTHONPATH
echo "--- Running origami_test.py ---"