Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyson committed Jun 8, 2024
1 parent a421f5e commit 4a5403d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
docker run -d \
-p ${{ matrix.typesense-port }} \
--name typesense \
-v /tmp/typesense:/data \
-v /tmp/typesense-data:/data \
typesense/typesense:${{ matrix.typesense-version}} \
--api-key=xyz \
--data-dir=/data \
--data-dir /data \
--enable-cors
- name: Curl Typesense
Expand Down

0 comments on commit 4a5403d

Please sign in to comment.