Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyson committed May 23, 2024
1 parent dac2e1a commit 4dd42be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
services:
typesense:
image: typesense/typesense:${{ matrix.typesense-version }}
options: >-
--health-cmd "curl http://localhost:8108/health"
--health-start-period 10s
--health-interval 10s
--health-timeout 5s
--health-retries 5
# options: >-
# --health-cmd "curl http://localhost:8108/health"
# --health-start-period 10s
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5

steps:
- name: Checkout repo
Expand Down

0 comments on commit 4dd42be

Please sign in to comment.