Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown summary on GHA #1635

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
GHA summary: need space between test suites
E.g. on multi-platform windows.
gaborcsardi committed Jun 1, 2022

Verified

This commit was signed with the committer’s verified signature.
hakimifr Hakimi
commit 5c13a99fd2bb7f6cda0622fd5669293f10de38ab
2 changes: 1 addition & 1 deletion R/gha-summary.R
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ create_gha_summary <- function(results) {
))
}

p("\n</details>\n")
p("\n</details>\n\n\n")

invisible(results)
}