Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 85708dd

Browse files
Jessica Lordmbroadst
Jessica Lord
authored andcommitted
fix(evergreen): pass in flag through npm scripts
1 parent 55dff3b commit 85708dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evg.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ functions:
2828
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
2929
3030
npm install
31-
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY}
32-
mongodb-test-runner --evergreen -t 60000 test/tests/functional
31+
MONGODB_VERSION=${VERSION} MONGODB_ENVIRONMENT=${TOPOLOGY} npm test -- --evergreen
3332
3433
pre:
3534
- func: "fetch source"

0 commit comments

Comments
 (0)