Skip to content

Commit d4d9251

Browse files
committed
change
1 parent 87dfe60 commit d4d9251

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,9 @@ const cleanupAccount = async (account: AWSAccountInfo, accountIndex: number, fil
790790
const orphanIamRoles = await orphanIamRolesPromise;
791791

792792
const allResources = await mergeResourcesByCCIJob(apps, stacks, buckets, orphanBuckets, orphanIamRoles);
793+
console.log("all: ", Object.values(allResources).length);
793794
const staleResources = _.pickBy(allResources, filterPredicate);
795+
console.log("stale: ", Object.values(staleResources).length);
794796

795797
generateReport(staleResources, accountIndex);
796798
await deleteResources(account, accountIndex, staleResources);

0 commit comments

Comments
 (0)