Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Sep 3, 2024
1 parent 6c295af commit 0c5f016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/@aws-cdk/prlint/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 0c5f016

Please sign in to comment.