Skip to content

Commit 70d4183

Browse files
Use correct 2.x version for Dashboards binary (#752) (#753)
Signed-off-by: Daniel Widdis <widdis@gmail.com> (cherry picked from commit fb5e510) Co-authored-by: Daniel Widdis <widdis@gmail.com>
1 parent cc35b82 commit 70d4183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-binary-installation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary'
22

33
on: [push, pull_request]
44
env:
5-
OPENSEARCH_VERSION: '3.0.0'
5+
OPENSEARCH_VERSION: '2.14.0'
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm
@@ -51,4 +51,4 @@ jobs:
5151
- name: Health check
5252
run: |
5353
timeout 300 bash -c 'while [[ "$(curl http://localhost:5601/api/status | jq -r '.status.overall.state')" != "green" ]]; do sleep 5; done'
54-
shell: bash
54+
shell: bash

0 commit comments

Comments
 (0)