Skip to content

Commit

Permalink
Add step to install dependencies prior to building (#1743) (#1747)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
(cherry picked from commit df1a4ea)

Co-authored-by: Derek Ho <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and derek-ho authored Jan 22, 2024
1 parent 753c7de commit 7dc770d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/verify-binary-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
with:
path: OpenSearch-Dashboards/plugins/security-dashboards-plugin

- name: Install dependencies
run: |
yarn osd bootstrap
working-directory: OpenSearch-Dashboards
shell: bash

- name: Build Plugin Zip
run: |
yarn build
Expand Down

0 comments on commit 7dc770d

Please sign in to comment.