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
When looking at the results of continuous integration tests on GitHub actions, it would be amazing if the output could be grouped (ie, foldable) using the actions workflow commands. This would make it much easier to find the output from the environment that failed in the log.
ivankravets
changed the title
Feature request: Add GitHub action workflow commands to CI output
Add GitHub action workflow commands to CI output
Jul 11, 2022
Thank you for pointing those out. Can the pio ci command also output the same XML form? I'm familiar with using GitHub actions to test for successful compilation for multiple boards, but I still haven't crossed the bridge into full unit testing.
When looking at the results of continuous integration tests on GitHub actions, it would be amazing if the output could be grouped (ie, foldable) using the actions workflow commands. This would make it much easier to find the output from the environment that failed in the log.
To do this, the output would need to include a
::group::env_name
line above the first "processing ..." line for each environment and another::endgroup::
command at the bottom of the output for the environment. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-linesIt would also be amazing if the summary table of the ci run at the end was sent to the GitHub action summary using the $GITHUB_STEP_SUMMARY feature. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
The text was updated successfully, but these errors were encountered: