Skip to content

Commit

Permalink
Use ./gradlew run.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Apr 18, 2024
1 parent 2a1552c commit 75f1c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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 path.repo=/tmp &
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 Down

0 comments on commit 75f1c09

Please sign in to comment.