Skip to content

Commit

Permalink
Add bootstrap for OpenSearch-Dashboards before running server in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan committed Jan 10, 2024
1 parent fe1156f commit 125b8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- name: Run OpenSearch Dashboards server
run: |
cd OpenSearch-Dashboards
yarn osd bootstrap
yarn start --no-base-path --no-watch &
shell: bash

Expand Down

0 comments on commit 125b8b9

Please sign in to comment.