Skip to content

Commit cb567b4

Browse files
committed
moving postgres health check to bin/tests
1 parent 19619d2 commit cb567b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
services:
1313
postgres:
1414
image: postgres:10.1
15-
options: >-
16-
--health-cmd pg_isready
17-
--health-interval 10s
18-
--health-timeout 5s
19-
--health-retries 5
2015
ports:
2116
# Maps tcp port 5432 on service container to the host
2217
- 5432:5432
@@ -73,7 +68,6 @@ jobs:
7368

7469
- name: Install pip requirements
7570
run: |
76-
pip install -U pip setuptools wheel
7771
pip install -r requirements/main.txt
7872
pip install -r requirements/tests.txt
7973

0 commit comments

Comments
 (0)