Skip to content

Commit 4fcb5c2

Browse files
committed
docker ps
1 parent dbd6e0b commit 4fcb5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
run: |
7777
ENVOY_CONTAINER_NAME="envoy-envoy-1"
7878
go run mage.go runEnvoyExample &
79+
docker ps
7980
TIMEOUT=5
8081
while [ $TIMEOUT -gt 0 ]; do
8182
exit_code=$(docker inspect -f '{{.State.ExitCode}}' $ENVOY_CONTAINER_NAME)

0 commit comments

Comments
 (0)