Skip to content

Commit

Permalink
ci(NODE-6747): fix deployed lambda tests (#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Feb 11, 2025
1 parent 3d2b723 commit 5f4500b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -971,11 +971,12 @@ tasks:
working_dir: src
binary: bash
add_expansions_to_env: true
args:
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
env:
env:
LAMBDA_STACK_NAME: dbx-node-lambda
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/test/lambda
AWS_REGION: us-east-1
args:
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh

- name: test-search-index-helpers
commands:
Expand Down
5 changes: 3 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -891,11 +891,12 @@ tasks:
working_dir: src
binary: bash
add_expansions_to_env: true
args:
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
env:
LAMBDA_STACK_NAME: dbx-node-lambda
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/test/lambda
AWS_REGION: us-east-1
args:
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
- name: test-search-index-helpers
commands:
- command: expansions.update
Expand Down

0 comments on commit 5f4500b

Please sign in to comment.