## Description Sometimes we are experiencing some failure in github actions on CI matrix strategy We need to: - collect error types - provide solutions Collection by type: - [x] Front-end test --> coveralls [attept fix](https://github.com/geosolutions-it/MapStore2/pull/11835/changes) maybe to do it better with [these instructions](https://docs.coveralls.io/parallel-builds) --> examples: - [CI / test-front-end (20.x) (pull_request)](https://github.com/geosolutions-it/MapStore2/actions/runs/20343965446/job/58450963162?pr=11834) - [CI / test-front-end (22.x) (pull_request)](https://github.com/geosolutions-it/MapStore2/actions/runs/20343965446/job/58450963168?pr=11834)Failing after 9m - [x] Npm install timeout (download tarball timeout) - [CI / build (20.x, 17.x) (pull_request)](https://github.com/geosolutions-it/MapStore2/actions/runs/20343965446/job/58450963201?pr=11834) - [x] Backend-test (TODO) - Slow downs - https://github.com/geosolutions-it/MapStore2/actions/runs/20344521689/job/58453026848?pr=11835 Probably because all download the JRE from our mvn repo.