Skip to content

Commit

Permalink
Set discovery.type.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Apr 19, 2024
1 parent 2a1552c commit 55a45ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
working-directory: opensearch/distribution/archives/linux-tar/build/distributions
run: |
tar xf opensearch-min-*
echo "discovery.type: single-node" >> ./opensearch-*/config/opensearch.yml
./opensearch-*/bin/opensearch &
./opensearch-*/bin/opensearch -E discovery.type=single-node &
for attempt in {1..20}; do sleep 5; if curl -s localhost:9200; then echo '=====> ready'; break; fi; echo '=====> waiting...'; done
- name: Checkout PHP Client
Expand All @@ -73,7 +72,6 @@ jobs:
- name: Wait for Search server
run: php ./.github/wait_for_opensearch.php


- name: Integration tests
run: |
composer run integration
Expand Down

0 comments on commit 55a45ee

Please sign in to comment.