Skip to content

Commit

Permalink
chore: introduce debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar committed Jul 31, 2023
1 parent 024fb3a commit 342844b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codebuild/e2e_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ batch:
variables:
TEST_SUITE: src/__tests__/build-app-swift.test.ts
CLI_REGION: us-east-2
debug-session: true
depend-on:
- publish_to_local_registry
- identifier: build_app_android
Expand All @@ -50,6 +51,7 @@ batch:
variables:
TEST_SUITE: src/__tests__/build-app-android.test.ts
CLI_REGION: us-east-2
debug-session: true
depend-on:
- publish_to_local_registry
- identifier: >-
Expand Down
2 changes: 2 additions & 0 deletions .codebuild/e2e_workflow_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ batch:
variables:
TEST_SUITE: src/__tests__/build-app-swift.test.ts
CLI_REGION: us-east-2
debug-session: true
depend-on:
- publish_to_local_registry
- identifier: build_app_android
Expand All @@ -50,5 +51,6 @@ batch:
variables:
TEST_SUITE: src/__tests__/build-app-android.test.ts
CLI_REGION: us-east-2
debug-session: true
depend-on:
- publish_to_local_registry

0 comments on commit 342844b

Please sign in to comment.