Skip to content

Commit

Permalink
Also make the functests wait for Postgres to start
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Nov 8, 2023
1 parent 349f847 commit 9536597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
- 5432:5432
env:
POSTGRES_HOST_AUTH_METHOD: trust
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
elasticsearch:
image: hypothesis/elasticsearch:latest
ports:
Expand Down

0 comments on commit 9536597

Please sign in to comment.