Skip to content

Commit 39c2962

Browse files
committed
test: fix script
1 parent 12e8f8b commit 39c2962

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
@@ -1330,9 +1330,6 @@ task_groups:
13301330
- name: testazureoidc_task_group
13311331
setup_group:
13321332
- func: fetch source
1333-
# - func: prepare resources
1334-
# - func: fix absolute paths
1335-
# - func: make files executable
13361333
- command: shell.exec
13371334
params:
13381335
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)