Skip to content

Commit

Permalink
Adjust OpenSearch-Dashboards version used by test workflows. (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>
(cherry picked from commit 6dbff48)
  • Loading branch information
AWSHurneyt authored and github-actions[bot] committed Dec 3, 2022
1 parent 9186848 commit eb88875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.0'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
ALERTING_PLUGIN_BRANCH: '2.4'
jobs:
tests:
name: Run Cypress E2E tests
Expand All @@ -29,7 +30,7 @@ jobs:
with:
path: alerting
repository: opensearch-project/alerting
ref: 'main'
ref: ${{ env.ALERTING_PLUGIN_BRANCH }}
- name: Run Opensearch with plugin
run: |
cd alerting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.4'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.0'
jobs:
tests:
name: Run unit tests
Expand Down

0 comments on commit eb88875

Please sign in to comment.