From 7459da29adfa8031a580de30221f9f203f79cf95 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 16 Jan 2023 21:23:07 +0200 Subject: [PATCH] checkif unittest is isntalled --- .github/workflows/common_library_tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 14be5360ed..52519ddb56 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -73,6 +73,10 @@ jobs: retries=5 x=$retries + if helm unittest -h > /dev/null; then + x=0 + fi + while [ $x -gt 0 ]; do # If it succeeds set it to 1 and the next command will make it zero and exit the loop