We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523add4 commit 8d390a8Copy full SHA for 8d390a8
.github/workflows/python-publish.yml
@@ -35,9 +35,13 @@ jobs:
35
IRIS_USERNAME: sqlalchemy
36
IRIS_PASSWORD: sqlalchemy
37
IRIS_NAMESPACE: TEST
38
+ options: >-
39
+ --health-interval 10s
40
+ --health-timeout 15s
41
+ --health-start-period 15s
42
+ --health-retries 5
43
steps:
44
- uses: actions/checkout@v3
- - run: docker pull $IMAGE
45
- name: Install requirements
46
run: |
47
pip install -U pip setuptools
@@ -46,7 +50,7 @@ jobs:
50
pip install -e .
51
- name: Run Tests
48
52
49
- pytest --dburi iris://sqlalchemy:sqlalchemy@localhost:1972/TEST
53
+ pytest --dburi iris://sqlalchemy:sqlalchemy@iris:1972/TEST
54
55
deploy:
56
needs: test
0 commit comments