Skip to content

Commit

Permalink
Add more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Oct 31, 2023
1 parent 49cc209 commit 50f2ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Plugin Bootstrap / stylelint / test
run: |
chown -R 1000:1000 `pwd`
cd ./OpenSearch-Dashboards/
cd dashboards-visualizations/OpenSearch-Dashboards/
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v &&
cd ./plugins/gantt-chart &&
whoami && yarn osd bootstrap && yarn lint:style && yarn test --coverage"
Expand Down

0 comments on commit 50f2ce4

Please sign in to comment.