From b111e00d58748057b690e7e08d3b9e77691d24bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Oct 2023 16:57:58 +0000 Subject: [PATCH] feat: add server.host (#316) Signed-off-by: SuZhou-Joe (cherry picked from commit 1c3f19dfc3fa14512687b3eb92696804bd979430) Signed-off-by: github-actions[bot] --- .github/workflows/remote-integ-tests-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 21b2b12..e68bc68 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -127,7 +127,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" & shell: bash # Windows and Mac OS take a while to start, so we need a long sleep