fix missing shell property

This commit is contained in:
dvoraen 2022-12-01 14:33:23 -08:00
parent 20b50af0e4
commit 96c0e895b1

View file

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