Skip to content

Commit e4cb2c2

Browse files
committed
test: install deps
1 parent e9df4f6 commit e4cb2c2

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.evergreen/config.in.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,18 +1211,18 @@ tasks:
12111211

12121212
- name: "oidc-auth-test-azure-latest"
12131213
commands:
1214-
- command: shell.exec
1215-
params:
1216-
shell: bash
1217-
script: |-
1218-
set -o errexit
1219-
${PREPARE_SHELL}
1220-
cd src
1221-
export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/node-mongodb-native.tgz
1222-
tar czf $AZUREOIDC_DRIVERS_TAR_FILE .
1223-
export AZUREOIDC_TEST_CMD="source ./env.sh && PROVIDER_NAME=azure ./.evergreen/run-oidc-tests.sh"
1224-
bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh
1225-
1214+
- func: "install dependencies"
1215+
- command: shell.exec
1216+
params:
1217+
shell: bash
1218+
script: |-
1219+
set -o errexit
1220+
${PREPARE_SHELL}
1221+
cd src
1222+
export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/node-mongodb-native.tgz
1223+
tar czf $AZUREOIDC_DRIVERS_TAR_FILE .
1224+
export AZUREOIDC_TEST_CMD="source ./env.sh && PROVIDER_NAME=azure ./.evergreen/run-oidc-tests.sh"
1225+
bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh
12261226
12271227
task_groups:
12281228
- name: serverless_task_group

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,7 @@ tasks:
11381138
- src/.evergreen/run-azure-kms-tests.sh
11391139
- name: oidc-auth-test-azure-latest
11401140
commands:
1141+
- func: install dependencies
11411142
- command: shell.exec
11421143
params:
11431144
shell: bash

0 commit comments

Comments
 (0)