Skip to content

Commit

Permalink
Adjusted OSD version used by test workflows. (opensearch-project#149)
Browse files Browse the repository at this point in the history
* Adjusted OSD version used by test workflows.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed env variable call.

Signed-off-by: AWSHurneyt <[email protected]>

* Revised comment to include github issue link.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt authored Nov 21, 2022
1 parent f8b3266 commit caad327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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.4'
OPENSEARCH_DASHBOARDS_VERSION: '2.4.0'
OPENSEARCH_VERSION: '2.4.0-SNAPSHOT'
SECURITY_ANALYTICS_BRANCH: '2.4'
jobs:
tests:
name: Run Cypress E2E tests
Expand All @@ -22,14 +23,14 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
# TODO: Parse this from security analytics plugin
# TODO: Parse this from security analytics plugin (https://github.com/opensearch-project/security-analytics/issues/170)
java-version: 11
- name: Checkout index management
- name: Checkout security analytics
uses: actions/checkout@v2
with:
path: security-analytics
repository: opensearch-project/security-analytics
ref: '2.4'
ref: ${{ env.SECURITY_ANALYTICS_BRANCH }}
- name: Run opensearch with plugin
run: |
cd security-analytics
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 caad327

Please sign in to comment.