Skip to content

Commit

Permalink
Print checks raw data to get snapshot to write tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 14, 2024
1 parent 0882530 commit c905733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async function run(): Promise<void> {

startGroup(`Polling ${attempts}: ${(new Date()).toISOString()}`);
const checks = await fetchChecks(githubToken, trigger);
info(JSON.stringify(checks, null, '\t'));
const report = generateReport(
checks,
trigger,
Expand Down

0 comments on commit c905733

Please sign in to comment.