From 63b046fd7cc8b367316a752996d1fe56b3427bdf Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 27 Mar 2022 20:05:14 +0200 Subject: [PATCH] Ensure CI tests run on bash shell --- .github/workflows/zzz-reuse-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/zzz-reuse-tests.yml b/.github/workflows/zzz-reuse-tests.yml index 04701273..da7441ca 100644 --- a/.github/workflows/zzz-reuse-tests.yml +++ b/.github/workflows/zzz-reuse-tests.yml @@ -42,6 +42,7 @@ jobs: fetch-depth: 0 - name: "[DEBUG] Show Matrix configuration" + shell: bash run: | echo '${{ toJson(matrix) }}' | jq -r @@ -70,6 +71,7 @@ jobs: # Configure # ------------------------------------------------------------ - name: "[Configure] Configure customized configuration" + shell: bash run: | cd "${GITHUB_WORKSPACE}/.tests/" @@ -89,6 +91,7 @@ jobs: if: inputs.custom_config - name: "[Configure] Configure versions" + shell: bash run: | # (1/3) Change to .tests/ directory cd "${GITHUB_WORKSPACE}/.tests/" @@ -108,6 +111,7 @@ jobs: done <<< "$( echo '${{ toJson(matrix) }}' | jq -r 'keys[]' )" - name: "[Configure] Show .env file" + shell: bash run: | cat .env