Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Share built JavaScript assets across PHP workflows (#60428)
Share the npm run build result across PHP unit test workflows. The PHP unit tests are one of the slowest parts of the unit tests and are run 19 times for every workflow run. The longest step in the runs is building the same JavaScript assets. By building once and reusing these assets we can save a significant amount of time. Around 1 hour of total CI runner time is saved for every run of the unit-test workflow. Co-authored-by: sirreal <[email protected]> Co-authored-by: desrosj <[email protected]>
- Loading branch information