Skip to content

Commit 0b33f83

Browse files
dummy health check
1 parent a979043 commit 0b33f83

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666
env:
6767
ALTERTABLE_MOCK_USERS: altertable-test:lk_test
6868
ALTERTABLE_MOCK_FLIGHT_PORT: 15002
69+
options: >-
70+
--health-cmd "exit 0"
71+
--health-interval 5s
72+
--health-timeout 3s
73+
--health-retries 3
74+
--health-start-period 10s
6975
7076
steps:
7177
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)