We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd6e0b commit 4fcb5c2Copy full SHA for 4fcb5c2
.github/workflows/ci.yaml
@@ -76,6 +76,7 @@ jobs:
76
run: |
77
ENVOY_CONTAINER_NAME="envoy-envoy-1"
78
go run mage.go runEnvoyExample &
79
+ docker ps
80
TIMEOUT=5
81
while [ $TIMEOUT -gt 0 ]; do
82
exit_code=$(docker inspect -f '{{.State.ExitCode}}' $ENVOY_CONTAINER_NAME)
0 commit comments