Skip to content

Commit

Permalink
This should finally fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Apr 11, 2020
1 parent 1fae158 commit ef8195b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches:
- master
env:
ES_HTTP_PORT: 59200
ES_HTTP_PORT: 9200
ELASTICSEARCH_HOST: "127.0.0.1"
QA_DOCKER_IMAGE: "rollerworks/search-phpqa:latest"

jobs:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
elasticsearch:
image: elasticsearch:5.6.3
ports:
- "59200:9200"
- "9209: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:
Expand Down

0 comments on commit ef8195b

Please sign in to comment.