We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604713c commit 00ba1d8Copy full SHA for 00ba1d8
1 file changed
github-actions/setup-e2e-environment/action.yml
@@ -166,6 +166,12 @@ runs:
166
# it takes a while for the database to start
167
retries: 50
168
169
+ - name: DEBUG
170
+ if: ${{ inputs.start_jore3_importer == 'true' }}
171
+ shell: bash
172
+ run: |
173
+ docker ps
174
+
175
- name: Verify that mssql testdb is up and running
176
if: ${{ inputs.start_jore3_importer == 'true' }}
177
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
0 commit comments