File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 60
60
- name : Configure and Run OpenSearch Dashboards with Cypress Test Cases
61
61
run : |
62
62
cd ./OpenSearch-Dashboards
63
+ > ./config/opensearch_dashboards.yml # Clear the file
63
64
echo 'server.host: "0.0.0.0"' >> ./config/opensearch_dashboards.yml
64
65
echo 'opensearch.hosts: ["https://localhost:9200"]' >> ./config/opensearch_dashboards.yml
65
66
echo 'opensearch.ssl.verificationMode: none' >> ./config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change 60
60
- name : Configure and Run OpenSearch Dashboards with Cypress Test Cases
61
61
run : |
62
62
cd ./OpenSearch-Dashboards
63
+ > ./config/opensearch_dashboards.yml # Clear the file
63
64
echo 'server.host: "0.0.0.0"' >> ./config/opensearch_dashboards.yml
64
65
echo 'opensearch.hosts: ["https://localhost:9200"]' >> ./config/opensearch_dashboards.yml
65
66
echo 'opensearch.ssl.verificationMode: none' >> ./config/opensearch_dashboards.yml
You can’t perform that action at this time.
0 commit comments