Skip to content

Commit

Permalink
Add step to install dependencies prior to building
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Jan 19, 2024
1 parent 3f81415 commit f0913eb
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 f0913eb

Please sign in to comment.