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 @@ -987,11 +987,12 @@ tasks:
987987 working_dir : src
988988 binary : bash
989989 add_expansions_to_env : true
990- args :
991- - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
992- env :
990+ env :
991+ LAMBDA_STACK_NAME : dbx-node-lambda
993992 TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
994993 AWS_REGION : us-east-1
994+ args :
995+ - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
995996
996997 - name : test-search-index-helpers
997998 commands :
Original file line number Diff line number Diff line change @@ -905,11 +905,12 @@ tasks:
905905 working_dir : src
906906 binary : bash
907907 add_expansions_to_env : true
908- args :
909- - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
910908 env :
909+ LAMBDA_STACK_NAME : dbx-node-lambda
911910 TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
912911 AWS_REGION : us-east-1
912+ args :
913+ - ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
913914 - name : test-search-index-helpers
914915 commands :
915916 - command : expansions.update
You can’t perform that action at this time.
0 commit comments