Skip to content

Commit 5c13a99

Browse files
committed
GHA summary: need space between test suites
E.g. on multi-platform windows.
1 parent 859be30 commit 5c13a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/gha-summary.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ create_gha_summary <- function(results) {
6161
))
6262
}
6363

64-
p("\n</details>\n")
64+
p("\n</details>\n\n\n")
6565

6666
invisible(results)
6767
}

0 commit comments

Comments
 (0)