Make Jest unit tests run faster in GitHub actions #25680
Labels
release-12.3.0
Issue or pull request that will be included in release 12.3.0
team-extension-platform
What is this about?
Mentioned in #25570, quoting @davidmurdoch :
By migrating the jest unit tests from CircleCI to GitHub actions the time to run unit tests has increased to 15 minutes from 5 minutes. This can be for several reasons:
test/run-unit-tests.js
, as it was written with CircleCI in mind. We would need to make our testing command and workflow moresharding
friendly.Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
The unit tests run under 5 minutes, like it did on CircleCI
Stakeholder review needed before the work gets merged
References
No response
The text was updated successfully, but these errors were encountered: