Skip to content

Commit eedc157

Browse files
committed
ci: Check container status before waiting
Signed-off-by: Zack Cerza <[email protected]>
1 parent c4b78ed commit eedc157

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: ./venv/bin/ceph-devstack -v create
3535
- name: Start
3636
run: ./venv/bin/ceph-devstack -v start
37+
- name: Check Status
38+
run: podman ps -a
3739
- name: Wait
3840
run: ./venv/bin/ceph-devstack wait teuthology
3941
- name: Dump logs

0 commit comments

Comments
 (0)