We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfdf62 commit b018f36Copy full SHA for b018f36
1 file changed
github-actions/setup-e2e-environment/action.yml
@@ -147,6 +147,12 @@ runs:
147
# it takes a while for the database to start
148
retries: 50
149
150
+ - name: DEBUG
151
+ if: ${{ inputs.start_jore3_importer == 'true' }}
152
+ shell: bash
153
+ run: |
154
+ docker ps
155
+
156
- name: Verify that mssql testdb is up and running
157
if: ${{ inputs.start_jore3_importer == 'true' }}
158
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
0 commit comments