Skip to content

Commit 637a38d

Browse files
authored
Fix CI on Node.js v18 (#785) (#786)
* Use noloop host Signed-off-by: suzhou <[email protected]> * feat: update release-notes Signed-off-by: suzhou <[email protected]> --------- Signed-off-by: suzhou <[email protected]> (cherry picked from commit b0ee09b)
1 parent 8101651 commit 637a38d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cypress-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run OpenSearch-Dashboards server
6969
run: |
7070
cd OpenSearch-Dashboards
71-
yarn start --no-base-path --no-watch &
71+
yarn start --no-base-path --no-watch --server.host="0.0.0.0" &
7272
sleep 300
7373
# timeout 300 bash -c 'while [[ "$(curl -s localhost:5601/api/status | jq -r '.status.overall.state')" != "green" ]]; do sleep 5; done'
7474
# for now just chrome, use matrix to do all browsers later

release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.8.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Compatible with OpenSearch 2.8.0
1515

1616
### Maintenance
1717
* Bumped version to 2.8. ([#721](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/721))
18+
* Fix CI on Node.js v18. ([#785](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/785))
1819

1920
### Documentation
2021
* 2.8 release note ([#765](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/765))

0 commit comments

Comments
 (0)