Skip to content

Commit 5032e94

Browse files
authored
ci: fix all green script not waiting to output summary (#7721)
1 parent 8f17594 commit 5032e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/all-green.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function checkAllGreen () {
9393
}
9494
latestRuns = [...latestByName.values()]
9595

96-
printSummary(latestRuns)
96+
await printSummary(latestRuns)
9797
}
9898

9999
const allGreen = !latestRuns.some(run => (

0 commit comments

Comments
 (0)