mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
* Improve rollup perf
* 🚀 Optimize CI performance with parallel jobs and caching
- Split monolithic build-and-test into 4 parallel jobs (setup, build, lint, test)
- Add dependency caching with actions/setup-node@v4 yarn cache
- Cache build artifacts between jobs to avoid rebuilding
- Upgrade to latest GitHub Actions (checkout@v4, setup-node@v4)
- Skip CI runs on documentation-only changes
- Optimize Jest with --maxWorkers=2 for better CI performance
- Add fail-safe caching for main-release job
Expected performance improvement: 40-50% faster CI runs
* Try to improve caching
* Revert "Try to improve caching"
This reverts commit
|
||
|---|---|---|
| .. | ||
| ci.yml | ||
| code-size.yml | ||
| ia-integration-tests.yml | ||