-
Notifications
You must be signed in to change notification settings - Fork 359
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
Github Actions finishes but Cypress dashboard stuck on "Pending" / Incomplete / Timed out #1232
Comments
I'm sorry that nobody has been able to help you so far. You already posted your problem to Discord for community support: https://discord.com/channels/755913899261296641/1266439123712086176 You can post your GitHub Actions workflow here so we can take a look to see if there is anything which may be causing your problem. Cypress |
Thanks @MikeMcC399 for the response. It sounds like we should upgrade our Cypress version and see if that fixes it. We'll go ahead and do that will get back to you with whether it fixes it. |
I followed your Cypress Cloud link https://cloud.cypress.io/projects/q6whky/runs/2816/specs?utm_source=github (once again) and found the workflow https://github.com/okTurtles/group-income/blob/master/.github/workflows/ci.yml This workflow does not use |
You should also update the following deprecated versions to - uses: actions/checkout@v3
- uses: actions/setup-node@v3 |
Thanks so much @MikeMcC399! I created an issue in our repo to make all these changes. 🙏 |
I'm going to close this issue now as there is no action to be taken in this repository. Good luck with your updates! |
We're using Cypress 7.7, and everything has been working fine with Cypress Dashboard until earlier this week when suddenly the results of failed tests no longer appeared on the Cypress Dashboard so we couldn't see a video of what happend.
Here's an example of this: https://cloud.cypress.io/projects/q6whky/runs/2816/specs?utm_source=github
What do we do?
This is the
StatusCodeError: 413 Content Too Large
error from the Github Actions logs:We are a tiny 501(c)(3) non-profit working on open source software. Our account is
okTurtles
. Please let me know if there's anything else you need.The text was updated successfully, but these errors were encountered: