Skip to content

Commit 8d390a8

Browse files
committed
updated healthcheck settings
1 parent 523add4 commit 8d390a8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ jobs:
3535
IRIS_USERNAME: sqlalchemy
3636
IRIS_PASSWORD: sqlalchemy
3737
IRIS_NAMESPACE: TEST
38+
options: >-
39+
--health-interval 10s
40+
--health-timeout 15s
41+
--health-start-period 15s
42+
--health-retries 5
3843
steps:
3944
- uses: actions/checkout@v3
40-
- run: docker pull $IMAGE
4145
- name: Install requirements
4246
run: |
4347
pip install -U pip setuptools
@@ -46,7 +50,7 @@ jobs:
4650
pip install -e .
4751
- name: Run Tests
4852
run: |
49-
pytest --dburi iris://sqlalchemy:sqlalchemy@localhost:1972/TEST
53+
pytest --dburi iris://sqlalchemy:sqlalchemy@iris:1972/TEST
5054
5155
deploy:
5256
needs: test

0 commit comments

Comments
 (0)