diff --git a/tools/@aws-cdk/prlint/lint.ts b/tools/@aws-cdk/prlint/lint.ts index 0cb1b89621a24..787ee6ca0ddce 100644 --- a/tools/@aws-cdk/prlint/lint.ts +++ b/tools/@aws-cdk/prlint/lint.ts @@ -584,6 +584,10 @@ export class PullRequestLinter { // also assess whether the PR needs review or not try { const state = await this.codeBuildJobSucceeded(sha); + console.log('=== test debug ==='); + console.log('=== test debug ==='); + console.log('=== test debug ==='); + console.log('=== test debug ==='); console.log(`PR code build job ${state ? "SUCCESSFUL" : "not yet successful"}`); if (state) { console.log('Assessing if the PR needs a review now');