Skip to content

Commit 76d6be1

Browse files
Installing node modules
1 parent 3a06125 commit 76d6be1

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+
yes | npm install || echo "Failed to install packages"
1314
nohup node app &
1415

1516
# Execute contract tests

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+
yes | npm install || echo "Failed to install packages"
1314
nohup node app &
1415

1516
# Execute contract tests

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+
yes | npm install || echo "Failed to install packages"
1314
nohup node app &
1415

1516
# Execute contract tests

0 commit comments

Comments
 (0)