Introducing appthrust/moon-ci-retrospect
: Enhance the Readability of Your moon ci
Logs
#1515
suin
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is awesome! @suin Cool if I link it on the website? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Moonrepo Community,
I'm excited to share a new GitHub Action I've developed:
appthrust/moon-ci-retrospect
. This action is designed specifically for projects using Moonrepo, aiming to make the test results of themoon ci
command more readable in GitHub Actions logs.Why Use
moon-ci-retrospect
?The
moon ci
command typically executes numerous tasks in parallel, which often results in long and complex logs. These lengthy logs can make it difficult to pinpoint the cause of CI failures.moon-ci-retrospect
addresses this issue by improving the readability of themoon ci
results, making it easier to identify the reasons for CI failures.Here's a quick look at what you can expect:
How to Use
Integrating
moon-ci-retrospect
into your workflow is simple. Just add the following steps to your GitHub Actions workflow:By including this action in your workflow, you can enhance the visibility of test results, making it easier to diagnose and address issues that arise during continuous integration.
See It in Action
If you'd like to see a demo of the output, please check out this example run.
Get Started
Check out the GitHub repository for more details and to start using
moon-ci-retrospect
in your projects. I look forward to your feedback and hope this tool helps streamline your CI processes.Happy coding!
Beta Was this translation helpful? Give feedback.
All reactions