Skip to content

Commit 3a54f96

Browse files
committed
Print out docker containers
1 parent 2df35b7 commit 3a54f96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,13 @@ jobs:
5656
--cache-to=type=gha,mode=max \
5757
--load \
5858
./webapp
59-
60-
61-
59+
6260
- name: Start docker-compose
6361
run: |
6462
docker compose -f docker-compose.yml up -d --build
63+
64+
- name: List running containers
65+
run: docker ps -a
6566

6667
- name: Smoke test API
6768
run: |

0 commit comments

Comments
 (0)