Skip to content

Commit b018f36

Browse files
author
Janne Rönkkö
committed
DEBUG: List all Docker containers
1 parent 9bfdf62 commit b018f36

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
@@ -147,6 +147,12 @@ runs:
147147
# it takes a while for the database to start
148148
retries: 50
149149

150+
- name: DEBUG
151+
if: ${{ inputs.start_jore3_importer == 'true' }}
152+
shell: bash
153+
run: |
154+
docker ps
155+
150156
- name: Verify that mssql testdb is up and running
151157
if: ${{ inputs.start_jore3_importer == 'true' }}
152158
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1

0 commit comments

Comments
 (0)