Skip to content

Commit

Permalink
GODRIVER-3216 Run go mod tidy before lambda test (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 10, 2024
1 parent 4add5f4 commit ae60d74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,9 @@ tasks:
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
script: |
${PREPARE_SHELL}
pushd $TEST_LAMBDA_DIRECTORY/mongodb
go mod tidy
popd
./.evergreen/run-deployed-lambda-aws-tests.sh
- name: "test-search-index"
Expand Down

0 comments on commit ae60d74

Please sign in to comment.