From 923c132a881b6ce831040d5d615f7dbdb0325e78 Mon Sep 17 00:00:00 2001 From: Alex Ruiz Becerra Date: Tue, 28 Mar 2023 21:16:32 +0200 Subject: [PATCH] [PoC - tests](#32) Patch Cypress workflow Forgot to actually use the env variable --- .github/workflows/cypress_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress_workflow.yml b/.github/workflows/cypress_workflow.yml index 53c39eb532a9..264313a9ea26 100644 --- a/.github/workflows/cypress_workflow.yml +++ b/.github/workflows/cypress_workflow.yml @@ -53,7 +53,7 @@ jobs: with: path: ${{ env.FTR_PATH }} repository: opensearch-project/opensearch-dashboards-functional-test - ref: '${{ github.base_ref }}' + ref: '${{ github.OPENSEARCH_VERSION }}' - name: Get Cypress version id: cypress_version