We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc12ddc commit cb60c63Copy full SHA for cb60c63
.github/actions/run-cypress-tests/action.yaml
@@ -19,7 +19,7 @@ runs:
19
with:
20
path: index-management
21
repository: opensearch-project/index-management
22
- ref: '2.x'
+ ref: '2.19'
23
- name: Run opensearch with plugin
24
shell: bash
25
if: ${{ inputs.with-security == 'false' }}
.github/workflows/cypress-with-security-workflow.yml
@@ -7,7 +7,7 @@ on:
7
branches:
8
- "*"
9
env:
10
- OPENSEARCH_DASHBOARDS_VERSION: '2.x'
+ OPENSEARCH_DASHBOARDS_VERSION: '2.19'
11
jobs:
12
tests:
13
name: Run Cypress E2E tests with security
0 commit comments