Skip to content

Commit

Permalink
Add loose
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored and SuZhou-Joe committed Mar 22, 2024
1 parent e2617b9 commit 4e3fdea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cd ./OpenSearch-Dashboards/
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v &&
cd ./plugins/dashboards-notifications &&
whoami && yarn osd bootstrap && yarn build"
whoami && yarn osd bootstrap --single-version=loose && yarn build"
- name: Run unit tests
uses: nick-fields/retry@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: OpenSearch Dashboards Plugin Bootstrap
run: |
cd ./OpenSearch-Dashboards/plugins/dashboards-notifications
yarn osd bootstrap
yarn osd bootstrap --single-version=loose
- name: Build Artifact
run: |
Expand Down

0 comments on commit 4e3fdea

Please sign in to comment.