From 0c5f016772d9f82766338928cb07dec34478cba2 Mon Sep 17 00:00:00 2001 From: go-to-k <24818752+go-to-k@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:36:32 +0900 Subject: [PATCH] debug 2 --- tools/@aws-cdk/prlint/lint.ts | 4 ++++ 1 file changed, 4 insertions(+) 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');