fix missing shell property
This commit is contained in:
parent
63abecc934
commit
9af9d14fe6
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup-database/action.yml
vendored
1
.github/actions/setup-database/action.yml
vendored
|
|
@ -83,3 +83,4 @@ runs:
|
||||||
- name: Check running containers
|
- name: Check running containers
|
||||||
if: ${{ inputs.database == 'postgresql' || inputs.database == 'mysql' }}
|
if: ${{ inputs.database == 'postgresql' || inputs.database == 'mysql' }}
|
||||||
run: docker ps -a
|
run: docker ps -a
|
||||||
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue