Skip to content

Commit

Permalink
Add CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Nov 27, 2024
1 parent f6eac49 commit aa02135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
services:
elasticsearch:
image: docker-registry.wikimedia.org/releng/cirrus-elasticsearch:7.10.2-s0 # Compatibility info at https://www.mediawiki.org/wiki/Extension:CirrusSearch
ports:
- 9200:9200
- 9300:9300
env:
discovery.type: single-node
ES_JAVA_OPTS: "-Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true"
Expand Down

0 comments on commit aa02135

Please sign in to comment.