Skip to content

chore(ci): enable bun cache in all pr-checks jobs#1872

Merged
piorpua merged 1 commit intomainfrom
zynx/chore/cache-bun-in-ci
Mar 29, 2026
Merged

chore(ci): enable bun cache in all pr-checks jobs#1872
piorpua merged 1 commit intomainfrom
zynx/chore/cache-bun-in-ci

Conversation

@piorpua
Copy link
Copy Markdown
Contributor

@piorpua piorpua commented Mar 29, 2026

Summary

  • Add cache: true to all 5 oven-sh/setup-bun@v2 steps in pr-checks.yml (code-quality, unit-tests, coverage-tests, i18n-check, build-test)
  • Speeds up bun install on repeated PR pushes by caching the bun global package cache, keyed on bun.lock hash
  • Most impactful for Windows runners where Install dependencies currently takes ~5m

Test plan

  • Verify CI passes on this PR
  • On a follow-up push to this PR (with no lockfile changes), confirm Install dependencies is faster due to cache hit

@piorpua piorpua merged commit c2c50d8 into main Mar 29, 2026
15 of 17 checks passed
@piorpua piorpua deleted the zynx/chore/cache-bun-in-ci branch March 29, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant