diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 237b9ff81..5e594ce0c 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -68,7 +68,7 @@ jobs: - name: Run OpenSearch-Dashboards server run: | cd OpenSearch-Dashboards - yarn start --no-base-path --no-watch & + yarn start --no-base-path --no-watch --server.host="0.0.0.0" & sleep 300 # timeout 300 bash -c 'while [[ "$(curl -s localhost:5601/api/status | jq -r '.status.overall.state')" != "green" ]]; do sleep 5; done' # for now just chrome, use matrix to do all browsers later diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.8.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.8.0.0.md index a8dde085b..a4be59e34 100644 --- a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.8.0.0.md +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.8.0.0.md @@ -15,6 +15,7 @@ Compatible with OpenSearch 2.8.0 ### Maintenance * Bumped version to 2.8. ([#721](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/721)) +* Fix CI on Node.js v18. ([#785](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/785)) ### Documentation * 2.8 release note ([#765](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/765))