Conversation
| ENABLE_CODE_COVERAGE: true | ||
| exclude: | ||
| - os: "macos-latest" | ||
| node: "13" |
There was a problem hiding this comment.
Do you exclude it simply because macos tests take longer and are flakier or is there something else?
There was a problem hiding this comment.
Github Actions limit Maximum concurrent macOS jobs to 5, https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions#usage-limits . I think we should use less macOS jobs.
|
Why do we need |
|
I don't think this will slow down the tests, and I think printing more information is very useful for new contributors. |
|
The log of a test run now has almost 20000 lines. Scrolling it in the browser is painful, especially on mobile. Is there a way probably to keep the benefits that |
jestverbose to false by defaultdoc-debug.jspath✨Try the playground for this PR✨