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:
971
971
working_dir : src
972
972
binary : bash
973
973
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
977
976
TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
978
977
AWS_REGION : us-east-1
978
+ args :
979
+ - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
979
980
980
981
- name : test-search-index-helpers
981
982
commands :
Original file line number Diff line number Diff line change @@ -891,11 +891,12 @@ tasks:
891
891
working_dir : src
892
892
binary : bash
893
893
add_expansions_to_env : true
894
- args :
895
- - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
896
894
env :
895
+ LAMBDA_STACK_NAME : dbx-node-lambda
897
896
TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
898
897
AWS_REGION : us-east-1
898
+ args :
899
+ - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
899
900
- name : test-search-index-helpers
900
901
commands :
901
902
- command : expansions.update
You can’t perform that action at this time.
0 commit comments