Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] fix cypress memory overusage (#4928)
Cypress tests fail due to memory problems. The added flags do two things: - does not store any test in memory within github actions - and uses a new memory management recormmended by cypress for Chromium-based browsers. This will hopefully solve the memory problem we are having lately.
- Loading branch information