fpm-registry
fpm-registry copied to clipboard
Improve error reporting in CI
It's currently difficult to diagnose CI failures when submitting new packages because of how github actions outputs stdout and stderr. In short, the relevant part of the error message is not output near to which package is being processed.
I'm open to possible solutions. Perhaps:
- redirect
stderrtostdoutin CI workflow - print error messasge to
stdoutinbuild_index.py