Skip to content

Commit

Permalink
chore: update flag prior to call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed May 29, 2024
1 parent 568c078 commit 6c9eaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export function annotateFailed(report: CtrfReport): void {

export function write(): void {
if (!writeCalled) {
core.summary.write();
writeCalled = true;
core.summary.write();
}
}

Expand Down

0 comments on commit 6c9eaa9

Please sign in to comment.