Skip to content

Commit a648200

Browse files
committed
[core] Add health-cmd
1 parent 4ff4a5a commit a648200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
run: |
129129
docker run -d \
130130
--name smoke \
131+
--health-cmd "/bin/bash /ping-check.sh" \
131132
--health-interval 1s \
132133
--health-retries 60 \
133134
--health-timeout 2s \

0 commit comments

Comments
 (0)