Skip to content

Commit 30d2461

Browse files
nbbeekendurran
andauthored
test(NODE-5113): fix serverless tests source setup (#3619)
Co-authored-by: Durran Jordan <durran@gmail.com>
1 parent 6d894d6 commit 30d2461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-serverless-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
3+
source "${PROJECT_DIRECTORY}/.evergreen/init-nvm.sh"
44

55
if [ -z ${SERVERLESS+omitted} ]; then echo "SERVERLESS is unset" && exit 1; fi
66
if [ -z ${SERVERLESS_URI+omitted} ]; then echo "SERVERLESS_URI is unset" && exit 1; fi

0 commit comments

Comments
 (0)