fix missing shell property

This commit is contained in:
dvoraen 2022-12-01 14:33:23 -08:00
parent 63abecc934
commit 9af9d14fe6

View File

@ -83,3 +83,4 @@ runs:
- name: Check running containers
if: ${{ inputs.database == 'postgresql' || inputs.database == 'mysql' }}
run: docker ps -a
shell: bash