Skip to content

Commit b22c34c

Browse files
committed
fix tasks
1 parent cafbe32 commit b22c34c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,6 +1592,19 @@ tasks:
15921592
commands:
15931593
- func: "run oidc auth test with test credentials"
15941594

1595+
- name: "oidc-auth-test-azure"
1596+
commands:
1597+
- command: subprocess.exec
1598+
type: test
1599+
params:
1600+
binary: bash
1601+
working_dir: src
1602+
env:
1603+
OIDC_ENV: azure
1604+
include_expansions_in_env: ["DRIVERS_TOOLS"]
1605+
args:
1606+
- ${PROJECT_DIRECTORY}/.evergreen/run-mongodb-oidc-remote-test.sh
1607+
15951608
- name: "oidc-auth-test-azure"
15961609
commands:
15971610
- command: subprocess.exec

0 commit comments

Comments
 (0)