From 194981c16b5dfff1367c77b9bdda79aab15b6991 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 25 Jan 2024 19:01:04 +0000 Subject: [PATCH] [DO NOT MERGE] fail fast --- .github/actions/run-python-test-set/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run-python-test-set/action.yml b/.github/actions/run-python-test-set/action.yml index 8dfa6c465f..b6ee22d13f 100644 --- a/.github/actions/run-python-test-set/action.yml +++ b/.github/actions/run-python-test-set/action.yml @@ -194,6 +194,7 @@ runs: --alluredir=$TEST_OUTPUT/allure/results \ --tb=short \ --verbose \ + -x \ -rA $TEST_SELECTION $EXTRA_PARAMS if [[ "${{ inputs.save_perf_report }}" == "true" ]]; then