Skip to content

Commit

Permalink
feat: add es services
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoxkang committed May 13, 2024
1 parent cc01ff2 commit 0f95df6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-with-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
permissions:
pull-requests: write
contents: write
# services:
# elasticsearch:
# image: elasticsearch:7.17.0
# ports:
# - 9200:9200
# options: -e="discovery.type=single-node" -e="xpack.security.enabled=false" --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
services:
elasticsearch:
image: elasticsearch:7.17.0
ports:
- 9200:9200
options: -e="discovery.type=single-node" -e="xpack.security.enabled=false" --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0f95df6

Please sign in to comment.