From 42c2c094129c48919b003507bcce542b4e3874df Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 17 Jan 2023 12:39:40 +0100 Subject: [PATCH] set shell to bash --- .github/workflows/common_library_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index fad2fb04..09f15240 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -78,6 +78,7 @@ jobs: helm-${{ matrix.helm-version }}-unittest-v${{ env.helmUnitVersion }} - name: Run tests + shell: bash run: | retries=5 x=$retries