File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
env :
13
13
OPENSEARCH_DASHBOARDS_VERSION : ' main'
14
14
OPENSEARCH_VERSION : ' 3.0.0-SNAPSHOT'
15
+ OPENSEARCH_DASHBOARDS_FTREPO_VERSION : ' main'
16
+ ANOMALY_DETECTION_PLUGIN_VERSION : ' main'
15
17
jobs :
16
18
test-without-security :
17
19
name : Run integ tests without security
26
28
with :
27
29
path : anomaly-detection
28
30
repository : opensearch-project/anomaly-detection
29
- ref : ' main '
31
+ ref : ${{ env.ANOMALY_DETECTION_PLUGIN_VERSION }}
30
32
- name : Run Opensearch with plugin
31
33
run : |
32
34
cd anomaly-detection
72
74
with :
73
75
path : opensearch-dashboards-functional-test
74
76
repository : opensearch-project/opensearch-dashboards-functional-test
75
- ref : ' main ' # TODO: change to a branch when the branching strategy in that repo has been established
77
+ ref : ${{ env.OPENSEARCH_DASHBOARDS_FTREPO_VERSION }}
76
78
- name : Get Cypress version
77
79
id : cypress_version
78
80
run : |
You can’t perform that action at this time.
0 commit comments