We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d6a7e commit 6068832Copy full SHA for 6068832
integration_test/run_tests.sh
@@ -141,15 +141,14 @@ if [[ $PROJECT_ID_NODE_8 == $PROJECT_ID_NODE_10 ]]; then
141
waitForPropagation
142
run_tests
143
fi
144
-# TODO(b/134418760): Uncomment this when Node 10 issues are fixed
145
-# pick_node10
146
-# announce "Re-deploying the same functions to Node 10 runtime ..."
147
-# deploy
148
-# waitForPropagation
149
-# if [[ $PROJECT_ID_NODE_8 == $PROJECT_ID_NODE_10 ]]; then
150
-# run_tests
151
-# else
152
-# run_all_tests
153
-# fi
+pick_node10
+announce "Re-deploying the same functions to Node 10 runtime ..."
+deploy
+waitForPropagation
+if [[ $PROJECT_ID_NODE_8 == $PROJECT_ID_NODE_10 ]]; then
+ run_tests
+else
+ run_all_tests
+fi
154
cleanup
155
announce "All tests pass!"
0 commit comments