You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run https://github.com/cclauss/Ten-lines-or-less/blob/master/platform_info.py on you own computer and again inside a GitHub Action. Comparing the output, you will see that the GitHub action is not running on your local machine. So unless you have turned on a server process within that GitHub Action, there will be nothing listening on http://localhost:5000. If your GitHub Action has set up such a server process, be aware the GitHub may limit that container’s ability to receive or send external traffic.
Have a very simple test that fails in github actions with a connection timeout.
Can't find anything about how to debug the issue, so resorting to posting an issue here.
Error logs attached.
6_Test with pytest.txt
The text was updated successfully, but these errors were encountered: