gjtorikian / html-proofer

Test your rendered HTML files to make sure they're accurate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI output disappeared when running htmlproofer, only raw logs show errors

lwasser opened this issue · comments

Hi there. i've recently run into a really unusual problem with htmlproofer.
It used to be that when it failed, it would write out the errors within CI.

so in this build here which is older you can see there is a little arrow and i can click on it to view the output of html proofer. this makes determine the source of any errors simple.
Screenshot 2024-04-01 at 9 40 32 AM

in the past week i've noticed this behaviour is no longer

here is a recent build. (today) . Notice that there is no "arrow" allowing me to view what the errors were or any htmlproofer output.

Screenshot 2024-04-01 at 9 41 25 AM

I've been working on a custom build that just runs a ruby script for htmlproofer as well to ignore new files. And that too is returning the same behavior

Screenshot 2024-04-01 at 9 42 20 AM

i'm at a loss because i don't see a new release of htmlproofer since august. this makes me wonder if it is a dependency issue? or a github actions issu?

the errors can be viewed in the raw logs but that is not very contributor friendly. Is anyone else experiencing this? And has anyone found a fix?
many thanks 🙌

I am 99% sure that this is an issue with the GitHub Action; I use this library in various actions (without the Docker setup) and it works fine. I can’t take responsibility for that action since I did not build it.

i will open an issue however just in case the maintainer sees it (hasn't been updated since august)

This project hasn’t been updated because there haven’t been any need for an update. 🤷🏻‍♂️