Skip to content

Commit

Permalink
chore: debug android test
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar committed Jul 14, 2023
1 parent e11ed29 commit 24b1478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .codebuild/e2e_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ batch:
compute-type: BUILD_GENERAL1_MEDIUM
variables:
TEST_SUITE: src/__tests__/build-app-android.test.ts
CLI_REGION: ap-northeast-1
CLI_REGION: us-east-2
debug-session: true
depend-on:
- publish_to_local_registry
# - identifier: cleanup_e2e_resources
Expand Down
1 change: 1 addition & 0 deletions .codebuild/run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
phases:
build:
commands:
- codebuild-breakpoint
- source ./shared-scripts.sh && _runE2ETestsLinux
post_build:
commands:
Expand Down

0 comments on commit 24b1478

Please sign in to comment.