Skip to content

Commit 749552c

Browse files
committed
setup node version in _setupGen2E2ETestsLinux
1 parent 6a61990 commit 749552c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-scripts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ function _setShell {
133133

134134
function _buildLinux {
135135
_setShell
136-
_setupNodeVersion $AMPLIFY_NODE_VERSION
137136
echo "Linux Build"
138137
yarn run production-build
139138
storeCacheForLinuxBuildJob
@@ -276,6 +275,8 @@ function _setupE2ETestsWindows {
276275
}
277276

278277
function _setupGen2E2ETestsLinux {
278+
echo "Setup Node Version"
279+
_setupNodeVersion $AMPLIFY_NODE_VERSION
279280
echo "Setup Gen2 E2E Tests Linux"
280281
loadCacheFromLinuxBuildJob
281282
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache

0 commit comments

Comments
 (0)