Skip to content

Commit

Permalink
Add branch constants in CI workflow (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler authored Dec 1, 2022
1 parent 48189dc commit fd180ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_VERSION: '3.0.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_FTREPO_VERSION: 'main'
ANOMALY_DETECTION_PLUGIN_VERSION: 'main'
jobs:
test-without-security:
name: Run integ tests without security
Expand All @@ -26,7 +28,7 @@ jobs:
with:
path: anomaly-detection
repository: opensearch-project/anomaly-detection
ref: 'main'
ref: ${{ env.ANOMALY_DETECTION_PLUGIN_VERSION }}
- name: Run Opensearch with plugin
run: |
cd anomaly-detection
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
with:
path: opensearch-dashboards-functional-test
repository: opensearch-project/opensearch-dashboards-functional-test
ref: 'main' # TODO: change to a branch when the branching strategy in that repo has been established
ref: ${{ env.OPENSEARCH_DASHBOARDS_FTREPO_VERSION }}
- name: Get Cypress version
id: cypress_version
run: |
Expand Down

0 comments on commit fd180ed

Please sign in to comment.