From c73fb4684e8372b305b9641bbd0ae76a17e60de1 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 16 Jan 2023 19:07:05 +0200 Subject: [PATCH] exit 1 on failure --- .github/workflows/common_library_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 10efeebf6a..1838a421f2 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -175,7 +175,7 @@ jobs: ./kail >> /tmp/output.log & ct install --config .github/ct-install-config/ct-install.yaml \ --charts library/common-test \ - --debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log)) + --debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log)) exit 1 kill $! echo "" echo ""