Commit 4f6cd69
committed
ci: persist Turbo cache across CI runs
Add an actions/cache@v4 step after pnpm install to save and restore
.turbo/cache between runs. Cache key is sha-scoped so each run saves a
fresh entry; restore-keys falls back to the most recent same-OS entry.
Benefits check-types (~110 packages); lint and test don't go through
Turbo. Follow-ups: extend to docker.yml; adopt Vercel Remote Cache or
route root lint/test through turbo for broader wins.1 parent a44fff2 commit 4f6cd69
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
| |||
0 commit comments