-
Notifications
You must be signed in to change notification settings - Fork 6
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
add mode to output grouped logs using GHA syntax #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using this capability looks great!! , I couldn't find an example working in the self test, did you make it work for any of those?
2f9de4c
to
9758b39
Compare
128ae09
to
124d292
Compare
This can be opted out by setting PlainLogs to true in the test spec.
d819e45
to
00f9c58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this improvements !
This PR uses the group log GHA commands to wrap the output of
before
andafter
commands under a nice collapser when running in GHA. Moreover, newlines and special characters are no longer escaped.A new entry in the test spec,
plain_logs
, have been added to opt-out of this behavior.