From 200226e82d5a20096db2a9ff2e4064384a333994 Mon Sep 17 00:00:00 2001 From: "Wojtek.Swieton" Date: Mon, 19 Feb 2024 12:25:27 +0100 Subject: [PATCH] ACS-6309 Fix tas_tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43a28123624..31e79bf3508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -938,7 +938,8 @@ jobs: - name: "Exit on failure" if: steps.tests.outcome != 'success' run: | - echo "::error title= + echo "::error title=tests::Tests failed: re-throwing on error." + exit 1 - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh