Skip to content

Commit f51396c

Browse files
committed
test(NODE-3777): install csfle for all test runs
1 parent 2c2dbd4 commit f51396c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ 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.3"
4544
pip install --upgrade boto3
46-
4745
# Get access to the AWS temporary credentials:
4846
echo "adding temporary AWS credentials to environment"
4947
# CSFLE_AWS_TEMP_ACCESS_KEY_ID, CSFLE_AWS_TEMP_SECRET_ACCESS_KEY, CSFLE_AWS_TEMP_SESSION_TOKEN
5048
. $DRIVERS_TOOLS/.evergreen/csfle/set-temp-creds.sh
5149
fi
5250

51+
npm install mongodb-client-encryption@">=2.0.0-beta.3"
52+
5353
AUTH=$AUTH SINGLE_MONGOS_LB_URI=${SINGLE_MONGOS_LB_URI} MULTI_MONGOS_LB_URI=${MULTI_MONGOS_LB_URI} MONGODB_API_VERSION=${MONGODB_API_VERSION} MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} MONGODB_URI=${MONGODB_URI} LOAD_BALANCER=${LOAD_BALANCER} npm run ${TEST_NPM_SCRIPT}

0 commit comments

Comments
 (0)