Compare commits

...

1 Commits

Author SHA1 Message Date
Ibrahim Wani
b259d55bae Add set -e to exit when test fails 2025-09-19 16:26:38 +00:00

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 ---"