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 d6f4f59 commit 5791d4fCopy full SHA for 5791d4f
.github/workflows/multi-node-test-workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout Branch
25
uses: actions/checkout@v2
26
- name: Run integration tests with multi node config
27
- run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.0-SNAPSHOT
+ run: ./gradlew bundlePlugin -Dopensearch.version=1.2.0-SNAPSHOT
28
- name: Pull and Run Docker
29
run: |
30
plugin=`ls index-management/build/distributions/*.zip`
0 commit comments