From e9fd62e025284eb741c0ccf816b6d7c4b5a0d2c3 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 10 Jan 2023 17:37:39 -0800 Subject: [PATCH] Change the reference branch to 2.5 for Cypress test Signed-off-by: Ryan Liang --- .github/workflows/cypress-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index c88812002..98b701243 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -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 @@ -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