We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262c16d commit 0c16406Copy full SHA for 0c16406
.github/workflows/remote-integ-tests-workflow.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run OpenSearch with plugin
37
run: |
38
cd anomaly-detection
39
- ./gradlew run &
+ ./gradlew run -PdualCluster=true &
40
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
41
shell: bash
42
0 commit comments