Skip to content

Commit

Permalink
updated healthcheck settings
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 6, 2023
1 parent 523add4 commit 8d390a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
IRIS_USERNAME: sqlalchemy
IRIS_PASSWORD: sqlalchemy
IRIS_NAMESPACE: TEST
options: >-
--health-interval 10s
--health-timeout 15s
--health-start-period 15s
--health-retries 5
steps:
- uses: actions/checkout@v3
- run: docker pull $IMAGE
- name: Install requirements
run: |
pip install -U pip setuptools
Expand All @@ -46,7 +50,7 @@ jobs:
pip install -e .
- name: Run Tests
run: |
pytest --dburi iris://sqlalchemy:sqlalchemy@localhost:1972/TEST
pytest --dburi iris://sqlalchemy:sqlalchemy@iris:1972/TEST
deploy:
needs: test
Expand Down

0 comments on commit 8d390a8

Please sign in to comment.