Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed May 31, 2024
1 parent fd4a393 commit ce11d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TYPESENSE_API_KEY: xyz
ports:
- 8108:8108
options: --health-cmd="curl --fail http://localhost:8108/health || exit 1" --health-interval=10s --health-timeout=5s --health-retries=3
options: --entrypoint "/bin/sh -c 'mkdir -p /data && exec typesense-server --data-dir /data'" --health-cmd="curl --fail http://localhost:8108/health || exit 1" --health-interval=10s --health-timeout=5s --health-retries=3

strategy:
fail-fast: false
Expand Down

0 comments on commit ce11d03

Please sign in to comment.