Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

CI: added open search service for tests #36

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
test:
runs-on: ubuntu-latest
services:
opensearch:
image: registry.cern.ch/cern-sis/inspire/opensearch
env:
bootstrap.memory_lock: true
ES_JAVA_OPTS: -Xms1024m -Xmx1024m
discovery.type: single-node
DISABLE_SECURITY_PLUGIN: true
ports:
- 9200:9200
rabbitmq:
image: rabbitmq:3-management
ports:
Expand Down
Loading