Skip to content

Commit 416541e

Browse files
committed
change gradle run to dualcluster is true
Signed-off-by: Amit Galitzky <[email protected]>
1 parent 262c16d commit 416541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote-integ-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run OpenSearch with plugin
3737
run: |
3838
cd anomaly-detection
39-
./gradlew run &
39+
./gradlew run -PdualCluster=true &
4040
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
4141
shell: bash
4242

0 commit comments

Comments
 (0)