Skip to content

Commit

Permalink
[PoC - tests](#32) Patch Cypress workflow
Browse files Browse the repository at this point in the history
Forgot to actually use the env variable
  • Loading branch information
AlexRuiz7 committed Mar 28, 2023
1 parent 4d5f273 commit 923c132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 923c132

Please sign in to comment.