File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -971,11 +971,12 @@ tasks:
971971 working_dir : src
972972 binary : bash
973973 add_expansions_to_env : true
974- args :
975- - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
976- env :
974+ env :
975+ LAMBDA_STACK_NAME : dbx-node-lambda
977976 TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
978977 AWS_REGION : us-east-1
978+ args :
979+ - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
979980
980981 - name : test-search-index-helpers
981982 commands :
Original file line number Diff line number Diff line change @@ -891,11 +891,12 @@ tasks:
891891 working_dir : src
892892 binary : bash
893893 add_expansions_to_env : true
894- args :
895- - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
896894 env :
895+ LAMBDA_STACK_NAME : dbx-node-lambda
897896 TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
898897 AWS_REGION : us-east-1
898+ args :
899+ - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
899900 - name : test-search-index-helpers
900901 commands :
901902 - command : expansions.update
You can’t perform that action at this time.
0 commit comments