Skip to content

Commit

Permalink
not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jul 14, 2024
1 parent f692aa8 commit 2eb7d81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node.name: index
cluster.name: yente-index
discovery.type: single-node
plugins.security.disabled: true
OPENSEARCH_INITIAL_ADMIN_PASSWORD: YenteIns3cureDefault
ports:
- 9400:9200

Expand All @@ -52,14 +54,14 @@ jobs:
make typecheck
- name: Run pytest tests with elasticsearch backend
env:
YENTE_INDEX_TYPE: "elasticsearch"
YENTE_INDEX_URL: "http://elasticsearch:9200/"
YENTE_INDEX_TYPE: elasticsearch
YENTE_INDEX_URL: http://elasticsearch:9200/
run: |
make test
- name: Run pytest tests with opensearch backend
env:
YENTE_INDEX_TYPE: "opensearch"
YENTE_INDEX_URL: "http://opensearch:9400/"
YENTE_INDEX_TYPE: opensearch
YENTE_INDEX_URL: http://opensearch:9400/
run: |
make test
- name: Build a distribution
Expand Down

0 comments on commit 2eb7d81

Please sign in to comment.