Skip to content

Commit 4f96fbb

Browse files
committed
no healthcheck
1 parent 6a850d4 commit 4f96fbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
IRIS_USERNAME: sqlalchemy
3636
IRIS_PASSWORD: sqlalchemy
3737
IRIS_NAMESPACE: TEST
38+
# /irisHealth.sh is just useless
3839
options: >-
39-
--no-healthcheck
40+
--health-cmd true
41+
--health-start-period 30s
4042
steps:
4143
- uses: actions/checkout@v3
4244
- name: Install requirements

0 commit comments

Comments
 (0)