Skip to content

Commit 5791d4f

Browse files
committed
changes
1 parent d6f4f59 commit 5791d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi-node-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout Branch
2525
uses: actions/checkout@v2
2626
- name: Run integration tests with multi node config
27-
run: ./gradlew integTest -PnumNodes=3 -Dopensearch.version=1.2.0-SNAPSHOT
27+
run: ./gradlew bundlePlugin -Dopensearch.version=1.2.0-SNAPSHOT
2828
- name: Pull and Run Docker
2929
run: |
3030
plugin=`ls index-management/build/distributions/*.zip`

0 commit comments

Comments
 (0)