Skip to content

Commit 308f840

Browse files
committed
chore: ensure aws4 is present for mongodb-aws tests
1 parent 9110a45 commit 308f840

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/run-mongodb-aws-ecs-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ export NVM_DIR="${PROJECT_DIRECTORY}/node-artifacts/nvm"
1616
set -x
1717

1818
# run the tests
19+
npm install aws4
1920
MONGODB_URI=$MONGODB_URI MONGODB_UNIFIED_TOPOLOGY=1 npx mocha test/functional/mongodb_aws.test.js

.evergreen/run-mongodb-aws-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ shopt -s expand_aliases # needed for `urlencode` alias
2121
# revert to show test output
2222
set -x
2323

24+
npm install aws4
2425
MONGODB_UNIFIED_TOPOLOGY=1 npx mocha test/functional/mongodb_aws.test.js

0 commit comments

Comments
 (0)