mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Ensure CI tests run on bash shell
This commit is contained in:
parent
8b4a5f4777
commit
63b046fd7c
4
.github/workflows/zzz-reuse-tests.yml
vendored
4
.github/workflows/zzz-reuse-tests.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user