Skip to content

Conversation

@konradpabjan
Copy link
Contributor

Resolves: #103

Sample run where a job was intentionally failed: https://github.com/konradpabjan/Testing2/runs/874079531

Previously, the steps in red would just not show up:

image

Some of the lines such as Create Python 3.8.3 folder would also only show up with debug on.

@konradpabjan konradpabjan requested a review from brcrista July 15, 2020 16:46
listeners: {
stdout: (data) => {
core.debug(data.toString().trim());
core.info(data.toString().trim());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@brcrista brcrista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple edits on the docs. Good improvement, thanks!

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
@konradpabjan konradpabjan merged commit 7a69c2b into main Jul 15, 2020
@konradpabjan konradpabjan deleted the konradpabjan/improved-error-output branch July 15, 2020 17:13
tdfacer pushed a commit to ifit/setup-python that referenced this pull request Oct 7, 2025
* Improved error output during setup

* Change from debug to info for normal output

* Apply suggestions from code review

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve error messages when installing Python on a self-hosted runner

3 participants