react-refresh-webpack-plugin icon indicating copy to clipboard operation
react-refresh-webpack-plugin copied to clipboard

Investigate GitHub Actions as alternative to CircleCI

Open pmmmwh opened this issue 3 years ago • 0 comments

While CircleCI currently provides parallelism for open source projects which allow splitting of tests into chunks within a job, our tests are heavily skewed (conformance taking way more time than the others) and thus the restriction on concurrency heavily bottlenecks our CI speeds.

On the surface GitHub Actions seems to not have this limit and might speed up our tests quite a bit, but configuration for Puppeteer is unknown.

pmmmwh avatar Feb 28 '21 18:02 pmmmwh