Skip to content

Commit

Permalink
ACS-6309 Fix tas_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 19, 2024
1 parent 69019ff commit 200226e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 200226e

Please sign in to comment.