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 Nov 1, 2023
1 parent 51aab1c commit 5e3e570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
#cd ./OpenSearch-Dashboards/plugins/dashboards-notifications
#cypress_version=`jq -r .devDependencies.cypress package.json`
#echo cypress_version $cypress_version
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v && npm install -g cypress@^6.0.0 && cd ~/.cache/Cypress && ls && pwd"
su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use 18 && node -v && yarn -v && npm install -g cypress@^6.0.0 && cd ~/.cache/Cypress && ls && pwd"
#cd plugins/dashboards-notifications
netstat -ntlp
exit 1
Expand Down

0 comments on commit 5e3e570

Please sign in to comment.