Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed May 29, 2024
1 parent 531e35f commit 5dcc1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export function annotateFailed(report: CtrfReport): void {
export function write(): void {
console.log("write called")
if (!writeCalled) {
console.log("current summary:"+core.summary.stringify)
writeCalled = true;
core.summary.write();
}
Expand Down

0 comments on commit 5dcc1d1

Please sign in to comment.