Skip to content

Commit

Permalink
Change the reference branch to 2.5 for Cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Jan 11, 2023
1 parent 01924e2 commit e9fd62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
path: OpenSearch-Dashboards
repository: opensearch-project/OpenSearch-Dashboards
ref: '2.x'
ref: '2.5'
fetch-depth: 0

- name: Create plugins dir
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
with:
path: ${{ env.FTR_PATH }}
repository: opensearch-project/opensearch-dashboards-functional-test
ref: '2.x'
ref: '2.5'

- name: Get Cypress version
id: cypress_version
Expand Down

0 comments on commit e9fd62e

Please sign in to comment.