Skip to content

Commit

Permalink
line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Mar 28, 2024
1 parent a560203 commit 8526668
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,15 @@ jobs:
- "3.11"
services:
elasticsearch:
image: elasticsearch:8.12.1
image: elasticsearch:8.13.0
env:
discovery.type: single-node
xpack.security.enabled: false
xpack.security.http.ssl.enabled: false
xpack.license.self_generated.type: trial
ports:
- 9200:9200
options: |
--health-cmd "curl --silent --fail http://localhost:9200/_cluster/health || exit 1" \
--health-start-period 5s \
--health-timeout 3s \
--health-interval 3s \
--health-retries 5
options: --health-cmd "curl --silent --fail http://localhost:9200/_cluster/health || exit 1" --health-start-period 5s --health-timeout 3s --health-interval 3s --health-retries 5
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 8526668

Please sign in to comment.