Skip to content

Commit ae60d74

Browse files
authored
GODRIVER-3216 Run go mod tidy before lambda test (#1634)
1 parent 4add5f4 commit ae60d74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,9 @@ tasks:
19471947
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
19481948
script: |
19491949
${PREPARE_SHELL}
1950+
pushd $TEST_LAMBDA_DIRECTORY/mongodb
1951+
go mod tidy
1952+
popd
19501953
./.evergreen/run-deployed-lambda-aws-tests.sh
19511954
19521955
- name: "test-search-index"

0 commit comments

Comments
 (0)