Skip to content

Commit d112c56

Browse files
committed
Add Final docker ps to see unhappy E2E services
1 parent cb4f240 commit d112c56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ runs:
350350
localhost:3201/v1/metadata
351351
shell: bash
352352

353+
- name: Show which versions of the docker images are spun up and healthy
354+
run: docker ps
355+
shell: bash
356+
353357
- name: Verify that all containers are healthy
354358
run: '[ -z "$(docker ps -q --filter health=unhealthy)" ]'
355359
shell: bash

0 commit comments

Comments
 (0)