Commit 36cc2ff 1 parent abfc4f2 commit 36cc2ff Copy full SHA for 36cc2ff
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
cd ./OpenSearch-Dashboards/
44
44
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v &&
45
45
cd ./plugins/anomaly-detection-dashboards-plugin &&
46
- whoami && yarn osd bootstrap && yarn build && yarn run test:jest --coverage"
46
+ whoami && yarn osd bootstrap --single-version=loose && yarn build && yarn run test:jest --coverage"
47
47
- name : Uploads coverage
48
48
uses : codecov/codecov-action@v1
49
49
87
87
- name : Bootstrap the plugin
88
88
run : |
89
89
cd OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
90
- yarn osd bootstrap
90
+ yarn osd bootstrap --single-version=loose
91
91
- name : Build the plugin
92
92
run : |
93
93
cd OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
Original file line number Diff line number Diff line change 82
82
- name : Bootstrap the plugin
83
83
run : |
84
84
cd OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
85
- yarn osd bootstrap
85
+ yarn osd bootstrap --single-version=loose
86
86
87
87
- name : Run OpenSearch Dashboards server
88
88
run : |
You can’t perform that action at this time.
0 commit comments