Skip to content

Commit

Permalink
Add a missing TypeScript stack to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lym953 committed Oct 8, 2024
1 parent 7370866 commit cd25993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file.
Empty file.
5 changes: 3 additions & 2 deletions scripts/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Usage - run commands from repo root:
# To check if new changes to the library cause changes to any snapshots:
# ./scripts/run_integration_tests.sh
# aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
# To regenerate snapshots:
# UPDATE_SNAPSHOTS=true aws-vault exec serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
# UPDATE_SNAPSHOTS=true aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh

set -e

Expand All @@ -17,6 +17,7 @@ STACK_CONFIG_PATHS=(
"typescript/lambda-singleton-function-stack.ts"
"typescript/lambda-function-arm-stack.ts"
"typescript/lambda-function-stack.ts"
"typescript/lambda-function-stack-legacy-datadog-api.ts"
"typescript/lambda-nodejs-function-stack.ts"
"typescript/lambda-python-function-stack.ts"
"typescript/lambda-java-function-stack.ts"
Expand Down

0 comments on commit cd25993

Please sign in to comment.