Skip to content

Commit 0984c22

Browse files
CI passing
1 parent 920beb8 commit 0984c22

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ functions:
373373
timeout_secs: 60
374374
env:
375375
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
376+
MONGODB_URI: ${MONGODB_URI}
376377
binary: bash
377378
args:
378379
- "${PROJECT_DIRECTORY}/.evergreen/run-resource-management-smoke-tests.sh"

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ functions:
335335
timeout_secs: 60
336336
env:
337337
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
338+
MONGODB_URI: ${MONGODB_URI}
338339
binary: bash
339340
args:
340341
- ${PROJECT_DIRECTORY}/.evergreen/run-resource-management-smoke-tests.sh
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.js
2+
package-lock.json

0 commit comments

Comments
 (0)