react-refresh-webpack-plugin
react-refresh-webpack-plugin copied to clipboard
Investigate GitHub Actions as alternative to CircleCI
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.