Skip to content

Commit

Permalink
break out ports again, won't help tho
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jul 15, 2024
1 parent 4448499 commit 0d651a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
plugins.security.disabled: true
OPENSEARCH_INITIAL_ADMIN_PASSWORD: YenteIns3cureDefault
ports:
- 9200:9200
- 9400:9200

steps:
- uses: actions/checkout@v4
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Run pytest tests with opensearch backend
env:
YENTE_INDEX_TYPE: opensearch
YENTE_INDEX_URL: http://opensearch:9200/
YENTE_INDEX_URL: http://opensearch:9400/
run: |
make test
Expand Down

0 comments on commit 0d651a2

Please sign in to comment.