Skip to content

Commit

Permalink
search-engine descriptives
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed Apr 26, 2024
1 parent da176e2 commit a5a0ebb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ jobs:
services:
search-engine:
image:
searchEngineDockerImage:
description: "The name of the Docker image of the search engine to use."
default: docker.elastic.co/elasticsearch/elasticsearch:8.8.2
required: false
type: string
ports:
- 6900:6900
env:
searchEngineDockerEnv:
description: "The name of the Docker image of the search engine to use."
default: '{"discovery.type": "single-node", "xpack.security.enabled": "false"}'
required: false
Expand Down

0 comments on commit a5a0ebb

Please sign in to comment.