We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4f240 commit d112c56Copy full SHA for d112c56
github-actions/setup-e2e-environment/action.yml
@@ -350,6 +350,10 @@ runs:
350
localhost:3201/v1/metadata
351
shell: bash
352
353
+ - name: Show which versions of the docker images are spun up and healthy
354
+ run: docker ps
355
+ shell: bash
356
+
357
- name: Verify that all containers are healthy
358
run: '[ -z "$(docker ps -q --filter health=unhealthy)" ]'
359
0 commit comments