File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main
9
9
env :
10
- OPENSEARCH_DASHBOARDS_VERSION : 1.x
10
+ OPENSEARCH_DASHBOARDS_VERSION : ' 1.0 '
11
11
AD_OPENSEARCH_DASHBOARDS_PLUGIN_NAME : anomalyDetectionDashboards
12
12
OPENSEARCH_DOCKER_IMAGE : opensearchstaging/opensearch
13
13
DASHBOARDS_DOCKER_IMAGE : opensearchstaging/opensearch-dashboards
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Run Docker Image
122
122
run : |
123
123
docker run -p 9200:9200 -d -p 9600:9600 -e "discovery.type=single-node" opensearch-ad:test
124
- sleep 90
124
+ sleep 180
125
125
curl -XGET http://localhost:9200/_cat/plugins
126
126
- name : Checkout OpenSearch Dashboards
127
127
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main
9
9
env :
10
- OPENSEARCH_DASHBOARDS_VERSION : 1.x
10
+ OPENSEARCH_DASHBOARDS_VERSION : ' 1.0 '
11
11
jobs :
12
12
tests :
13
13
name : Run unit tests
You can’t perform that action at this time.
0 commit comments