🛠 Tooling: Reduce log spam for end-to-end scripts in CI #859
Labels
area: tooling
Managing the repository's maintenance
status: blocked
Waiting for something else to be resolved
Bug Report Checklist
main
branch of the repository.Overview
Right now, end-to-end scripts -especially
test:migrate
- print the same CLI niceties in CI (GitHub Actions) as when running on user machines. That includes using Clack to make little CLI animations that require rewriting terminal contents every few milliseconds.Unfortunately, those nice little CLI animations cause a ton of output logs in CI:
CI has so much output spam that you can't even see errors from the migrate test in the default GitHub Actions view! You have do view the raw logs and then scroll down a whole bunch.
Additional Info
I think the ideal solution here would be to have an option in Clack itself that simplifies CI logs. Filed bombshell-dev/clack#168 and marking this issue as blocked until that one is resolved.
The text was updated successfully, but these errors were encountered: