Skip to content

Commit 00ba1d8

Browse files
author
Janne Rönkkö
committed
DEBUG: List all Docker containers
1 parent 604713c commit 00ba1d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

github-actions/setup-e2e-environment/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ runs:
166166
# it takes a while for the database to start
167167
retries: 50
168168

169+
- name: DEBUG
170+
if: ${{ inputs.start_jore3_importer == 'true' }}
171+
shell: bash
172+
run: |
173+
docker ps
174+
169175
- name: Verify that mssql testdb is up and running
170176
if: ${{ inputs.start_jore3_importer == 'true' }}
171177
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1

0 commit comments

Comments
 (0)