Skip to content

Commit b069ffd

Browse files
Working around certs
1 parent 2d01fe6 commit b069ffd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

run_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ echo -e "\n\nRunning tests against Artifactory\n\n"
1010

1111
# Kill & Run app
1212
pkill -f "node app" || echo "Failed to kill app"
13+
echo "Working around certificate issues" && npm config set strict-ssl false
1314
yes | npm install || echo "Failed to install packages"
1415
nohup node app &
1516

run_tests_for_external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ echo -e "\n\nRunning tests against Artifactory with external contracts\n\n"
1010

1111
# Kill & Run app
1212
pkill -f "node app" || echo "Failed to kill app"
13+
echo "Working around certificate issues" && npm config set strict-ssl false
1314
yes | npm install || echo "Failed to install packages"
1415
nohup node app &
1516

run_tests_from_git.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ echo -e "\n\nRunning tests from GIT\n\n"
1010

1111
# Kill & Run app
1212
pkill -f "node app" || echo "Failed to kill app"
13+
echo "Working around certificate issues" && npm config set strict-ssl false
1314
yes | npm install || echo "Failed to install packages"
1415
nohup node app &
1516

0 commit comments

Comments
 (0)