diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index 4fcffaeb4f..0a326a2236 100644 --- a/.evergreen/config.in.yml +++ b/.evergreen/config.in.yml @@ -1211,18 +1211,18 @@ tasks: - name: "oidc-auth-test-azure-latest" commands: - - command: shell.exec - params: - shell: bash - script: |- - set -o errexit - ${PREPARE_SHELL} - cd src - export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/node-mongodb-native.tgz - tar czf $AZUREOIDC_DRIVERS_TAR_FILE . - export AZUREOIDC_TEST_CMD="source ./env.sh && PROVIDER_NAME=azure ./.evergreen/run-oidc-tests.sh" - bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh - + - func: "install dependencies" + - command: shell.exec + params: + shell: bash + script: |- + set -o errexit + ${PREPARE_SHELL} + cd src + export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/node-mongodb-native.tgz + tar czf $AZUREOIDC_DRIVERS_TAR_FILE . + export AZUREOIDC_TEST_CMD="source ./env.sh && PROVIDER_NAME=azure ./.evergreen/run-oidc-tests.sh" + bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh task_groups: - name: serverless_task_group diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 7ab47cf917..10d3e06044 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -1138,6 +1138,7 @@ tasks: - src/.evergreen/run-azure-kms-tests.sh - name: oidc-auth-test-azure-latest commands: + - func: install dependencies - command: shell.exec params: shell: bash