File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ echo -e "\n\nRunning tests against Artifactory\n\n"
1010
1111# Kill & Run app
1212pkill -f " node app" || echo " Failed to kill app"
13+ echo " Working around certificate issues" && npm config set strict-ssl false
1314yes | npm install || echo " Failed to install packages"
1415nohup node app &
1516
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ echo -e "\n\nRunning tests against Artifactory with external contracts\n\n"
1010
1111# Kill & Run app
1212pkill -f " node app" || echo " Failed to kill app"
13+ echo " Working around certificate issues" && npm config set strict-ssl false
1314yes | npm install || echo " Failed to install packages"
1415nohup node app &
1516
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ echo -e "\n\nRunning tests from GIT\n\n"
1010
1111# Kill & Run app
1212pkill -f " node app" || echo " Failed to kill app"
13+ echo " Working around certificate issues" && npm config set strict-ssl false
1314yes | npm install || echo " Failed to install packages"
1415nohup node app &
1516
You can’t perform that action at this time.
0 commit comments