Skip to content

Commit 6c5ffdc

Browse files
authored
fix bug in integration tests where deps not installed (#485)
1 parent d53c7b0 commit 6c5ffdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_test/run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,18 @@ function cleanup {
9393

9494
# Setup
9595
build_sdk
96-
install_deps
9796
delete_all_functions
9897

9998
# Node 8 tests
10099
pick_node8
100+
install_deps
101101
announce "Deploying functions to Node 8 runtime ..."
102102
deploy
103103
run_tests
104104

105105
# Node 10 tests
106106
pick_node10
107+
install_deps
107108
announce "Re-deploying the same functions to Node 10 runtime ..."
108109
deploy
109110
run_tests

0 commit comments

Comments
 (0)