Skip to content

Commit fc6ab18

Browse files
committed
test: fix script
1 parent 35add42 commit fc6ab18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.evergreen/config.in.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,9 +1336,6 @@ task_groups:
13361336
- name: testazureoidc_task_group
13371337
setup_group:
13381338
- func: fetch source
1339-
# - func: prepare resources
1340-
# - func: fix absolute paths
1341-
# - func: make files executable
13421339
- command: shell.exec
13431340
params:
13441341
shell: bash

.evergreen/run-oidc-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ elif [ "$PROVIDER_NAME" = "azure" ]; then
3030
MONGODB_URI="${MONGODB_URI}&authMechanismProperties=PROVIDER_NAME:azure"
3131
export MONGODB_URI="${MONGODB_URI},TOKEN_AUDIENCE:api%3A%2F%2F${AZUREOIDC_CLIENTID}"
3232
npm run check:oidc-azure
33+
else
34+
npm run check:oidc
3335
fi

0 commit comments

Comments
 (0)