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
I have a build that keeps "randomly" crashing when running it alongside Cypress. One thing I've noticed is that even when I have the plugin configured to run on postBuild, Cypress is started on preBuild, leaving less memory for the build process.
Cypress is started but is not used until the build finishes, I think it would make sense to start it when it is actually enabled, which is the postBuild step.
I have a build that keeps "randomly" crashing when running it alongside Cypress. One thing I've noticed is that even when I have the plugin configured to run on
postBuild
, Cypress is started onpreBuild
, leaving less memory for the build process.This is our netlify.toml:
And this is the build log:
Cypress is started but is not used until the build finishes, I think it would make sense to start it when it is actually enabled, which is the postBuild step.
This is the complete log: https://app.netlify.com/sites/aiid/deploys/633490029dfb6400080b80ac
The text was updated successfully, but these errors were encountered: