Skip to content

Commit f0af668

Browse files
committed
chore: test run
Signed-off-by: Kevin Shan <[email protected]>
1 parent 9f37a8c commit f0af668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amplify-codegen-e2e-tests/src/cleanup-e2e-resources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ const getRegionsEnabled = async (accountInfo: AWSAccountInfo): Promise<string[]>
194194
const getAmplifyApps = async (account: AWSAccountInfo, region: string, regionsEnabled: string[]): Promise<AmplifyAppInfo[]> => {
195195
const amplifyClient = new aws.Amplify(getAWSConfig(account, region));
196196

197+
console.log(regionsEnabled);
197198
if (!regionsEnabled.includes(region)) {
198199
console.error(`Listing apps for account ${account.accountId}-${region} failed since ${region} is not enabled. Skipping.`);
199200
return [];

0 commit comments

Comments
 (0)