-
Notifications
You must be signed in to change notification settings - Fork 2.4k
(🐞) 'Update status with Github Status API' is a Warning and an Error #4645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've noticed that but haven't studied it because it doesn't seem to affect the overall execution status. Does someone have enough GitHub Actions knowledge to tell where to problem is and how to fix it? |
I looked at this a bit more, and it seems that the whole I believe that this steps tries to add links to the actual log and report to the status message shown here on GitHub. There's another step that is supposed to upload log and report to Netlify if there are failures, but also that step seems to be broken. The motivation for all this is making log and report visible after execution which GitHub Actions doesn't natively support. That was considered important when GA was taken into use, it replaced our Jenkins setup where that worked, and it certainly would be great if it worked. If it cannot be easily fixed, then it's probably best to remove the whole log/report handling setup altogether. Would someone be interested to look could the old log/report uploading be fixed or are there better ways to do that nowadays? This setup is from pretty early days of GA and this could nowadays be easier. |
I studied options to upload log and report. Here are some findings:
Based on the above I believe we should do the following:
|
This isn't relevant anymore. |
https://github.com/robotframework/robotframework/actions/runs/4099864331/jobs/7070171613

https://github.com/robotframework/robotframework/actions/runs/3951140793/jobs/6764611872

The text was updated successfully, but these errors were encountered: