Skip to content

Commit 5fc39af

Browse files
committed
test(NODE-3713): check csfle node install
1 parent ce3442d commit 5fc39af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
4141
unset AWS_ACCESS_KEY_ID;
4242
unset AWS_SECRET_ACCESS_KEY;
4343
else
44-
npm install mongodb-client-encryption@">=2.0.0-beta.0"
44+
if [[ ! -d ${PROJECT_DIRECTORY}/node_modules/mongodb-client-encryption ]]; then
45+
npm install mongodb-client-encryption@">=2.0.0-beta.0"
46+
fi
4547
pip install --upgrade boto3
4648

4749
# Get access to the AWS temporary credentials:

0 commit comments

Comments
 (0)