Skip to content

Commit

Permalink
Add the flag to build workflow too
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Feb 19, 2024
1 parent e861ad3 commit f67ab3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sql-workbench-test-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd ./OpenSearch-Dashboards/
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v &&
cd ./plugins/dashboards-query-workbench &&
whoami && yarn osd bootstrap && yarn run test:jest --coverage"
whoami && yarn osd bootstrap --single-version=loose && yarn run test:jest --coverage"
- name: Upload coverage
if: always()
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Bootstrap plugin/opensearch-dashboards
run: |
cd OpenSearch-Dashboards/plugins/dashboards-query-workbench
yarn osd bootstrap
yarn osd bootstrap --single-version=loose
- name: Test
run: |
cd OpenSearch-Dashboards/plugins/dashboards-query-workbench
Expand Down

0 comments on commit f67ab3c

Please sign in to comment.