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 4dd42be commit b86385b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ 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

steps:
- name: Checkout repo
Expand All @@ -48,7 +42,7 @@ jobs:
docker run -d \
-p 8108:8108 \
--name typesense \
-v/tmp/typesense:/data \
-v /tmp/typesense:/data \
typesense/typesense:${{ matrix.typesense-version}} \
--api-key=xyz \
--data-dir /data \
Expand Down

0 comments on commit b86385b

Please sign in to comment.