Skip to content

Commit 072a2e8

Browse files
authored
Update config.yml
1 parent 1ca8d19 commit 072a2e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,18 @@ functions:
3434
add_expansions_to_env: true
3535
args:
3636
- ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
37+
- command: expansions.update
38+
params:
39+
file: ${DRIVERS_TOOLS}/expansion.yml
40+
3741

3842
"run unit tests":
3943
- command: subprocess.exec
4044
type: test
4145
params:
4246
binary: bash
4347
working_dir: "src"
44-
include_expansions_in_env: ["DRIVERS_TOOLS"]
48+
include_expansions_in_env: ["DRIVERS_TOOLS", "MONGODB_URI"]
4549
args:
4650
- ./.evergreen/run-tests.sh
4751

0 commit comments

Comments
 (0)