NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

Resolve #13 by including both stdout and stderr #15

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

📜 Summary

Fix #13 by including the standard output as well. Previously we just included the standard error. Philosophically, you could argue that should be sufficient for a failed process. Anyway, as icing on the cake, we also change the outputs and errors from byte strings into UTF-8 character stirngs.

🩺 Test Data and/or Report

There's no way to test this without a massive test harness (which would include: GitHub Actions ecosystem, actions runners, virtual machines, public key infrastructure, OSSRH stub, PyPI stub, etc.).

🧩 Related Issues