Skip to content

Commit 24d86a1

Browse files
author
Ahmed Hamouda
committed
chore: add index-projection E2E test to workflow
1 parent 57ead08 commit 24d86a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

codebuild_specs/e2e_workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,25 @@ batch:
8181
depend-on:
8282
- publish_to_local_registry
8383
- identifier: >-
84-
api_5_schema_function_1_generate_ts_data_schema_resolvers_sync_query_datastore
84+
api_5_schema_function_1_generate_ts_data_schema_index_projection_resolvers
8585
buildspec: codebuild_specs/run_e2e_tests.yml
8686
env:
8787
compute-type: BUILD_GENERAL1_LARGE
8888
variables:
8989
NODE_OPTIONS: '--max-old-space-size=14848'
9090
TEST_SUITE: >-
91-
src/__tests__/api_5.test.ts|src/__tests__/schema-function-1.test.ts|src/__tests__/generate_ts_data_schema.test.ts|src/__tests__/resolvers.test.ts|src/__tests__/graphql-v2/sync_query_datastore.test.ts
92-
CLI_REGION: ap-northeast-1
91+
src/__tests__/api_5.test.ts|src/__tests__/schema-function-1.test.ts|src/__tests__/generate_ts_data_schema.test.ts|src/__tests__/graphql-v2/index-projection.test.ts|src/__tests__/resolvers.test.ts
92+
CLI_REGION: ap-east-1
9393
depend-on:
9494
- publish_to_local_registry
95-
- identifier: api_6_api_lambda_auth
95+
- identifier: sync_query_datastore_api_6_api_lambda_auth
9696
buildspec: codebuild_specs/run_e2e_tests.yml
9797
env:
9898
compute-type: BUILD_GENERAL1_LARGE
9999
variables:
100100
NODE_OPTIONS: '--max-old-space-size=14848'
101101
TEST_SUITE: >-
102-
src/__tests__/api_6.test.ts|src/__tests__/graphql-v2/api_lambda_auth.test.ts
102+
src/__tests__/graphql-v2/sync_query_datastore.test.ts|src/__tests__/api_6.test.ts|src/__tests__/graphql-v2/api_lambda_auth.test.ts
103103
CLI_REGION: ca-central-1
104104
depend-on:
105105
- publish_to_local_registry
@@ -680,7 +680,7 @@ batch:
680680
variables:
681681
NODE_OPTIONS: '--max-old-space-size=6656'
682682
TEST_SUITE: src/__tests__/schema-auth-5.test.ts
683-
CLI_REGION: ap-northeast-1
683+
CLI_REGION: ap-northeast-2
684684
depend-on:
685685
- publish_to_local_registry
686686
- identifier: schema_searchable

0 commit comments

Comments
 (0)