File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ batch:
544544 compute-type : BUILD_GENERAL1_SMALL
545545 variables :
546546 TEST_SUITE : src/__tests__/transformer-migrations/searchable-migration.test.ts
547- CLI_REGION : eu-north-1
547+ CLI_REGION : ap-southeast-2
548548 USE_PARENT_ACCOUNT : 1
549549 depend-on :
550550 - publish_to_local_registry
Original file line number Diff line number Diff line change @@ -178,7 +178,10 @@ const RUN_IN_COGNITO_REGIONS: (string | RegExp)[] = [
178178 / s r c \/ _ _ t e s t s _ _ \/ A u t h V 2 E x h a u s t i v e T 3 C .t e s t .t s / ,
179179] ;
180180
181- const RUN_IN_V1_TRANSFORMER_REGIONS = [ 'src/__tests__/schema-searchable.test.ts' ] ;
181+ const RUN_IN_V1_TRANSFORMER_REGIONS = [
182+ 'src/__tests__/schema-searchable.test.ts' ,
183+ 'src/__tests__/transformer-migrations/searchable-migration.test.ts' ,
184+ ] ;
182185
183186const DEBUG_FLAG = '--debug' ;
184187
You can’t perform that action at this time.
0 commit comments