You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be quite nice if you could opt in to have the workflow commands emitted at the start and end of top-level stages (or pipelines). (They don't yet support nested groupings but once that's done, grouping pipelines and stages would be good.)
Github Actions supports grouping log entries by emitting "workflow commands".
It would be quite nice if you could opt in to have the workflow commands emitted at the start and end of top-level stages (or pipelines). (They don't yet support nested groupings but once that's done, grouping pipelines and stages would be good.)
A few ideas on what this could look like...
Option to log before and after each stage
Option to run arbitrary code before and after each stage
More flexible, but maybe more than is needed?
Log group optimised
More restricted, but would still allow to take advantage of other log grouping, e.g. Azure Devops Piplines has a similar feature.
Github Actions specific
Far more restrictive, but easiest to configure!
The text was updated successfully, but these errors were encountered: