Skip to content

Commit

Permalink
Merge pull request #72 from nyaruka/os2
Browse files Browse the repository at this point in the history
Test with OpenSearch 2.13 as well
  • Loading branch information
rowanseymour authored May 15, 2024
2 parents 95a7050 + 9a544f2 commit 00d13f7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: node:18
strategy:
matrix:
searchdb-host: [elastic7, elastic8, opensearch1]
searchdb-host: [elastic7, elastic8, opensearch1, opensearch2]
fail-fast: false

services:
Expand All @@ -35,6 +35,16 @@ jobs:
env:
discovery.type: single-node
plugins.security.disabled: true
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
DISABLE_INSTALL_DEMO_CONFIG: true
opensearch2:
image: opensearchproject/opensearch:2.13.0
env:
discovery.type: single-node
plugins.security.disabled: true
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
DISABLE_INSTALL_DEMO_CONFIG: true
OPENSEARCH_INITIAL_ADMIN_PASSWORD: temba

steps:
- name: Checkout code
Expand Down

0 comments on commit 00d13f7

Please sign in to comment.