Turborepo is not really easy to read in GitHub actions #10483
jakeleventhal
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Make turborepo runs more readable in GitHub Actions
Non-goals
No response
Background
When I run my builds, I run
turbo lint test tsc
which results in ~250 tasks running.In GitHub actions logs, I get something that looks like this:
The problem is there isn't a good way to see what is running vs not. I have to expand each item to see if the item is cached or running and producing logs.
Proposal
It should compute all the cached tasks first, show them at the top under a collapsed grouping, then show the logs for all the uncached tasks as normal.
Beta Was this translation helpful? Give feedback.
All reactions