Commit Graph

3 Commits

Author SHA1 Message Date
Julien Calixte
af2ffc3949 chore(ci): re-enable pnpm cache
All checks were successful
CI / verify (push) Successful in 1m56s
Runner cache backend is now reachable from the job container, so
`cache: pnpm` on setup-node works again. Reverts b77c097.
2026-06-06 23:27:58 +02:00
Julien Calixte
b77c097032 chore(ci): disable pnpm cache to avoid 9-min runner timeout
All checks were successful
CI / verify (push) Successful in 47s
The Gitea cache server at 10.0.23.3:42951 is unreachable from the
job container. Each cache restore and save hangs ~4m40s on TCP
timeout before falling back to a cold run, costing ~9m per job.
Removing `cache: pnpm` brings total CI time down to ~45s.
2026-06-06 23:17:26 +02:00
Julien Calixte
1a2d8f4ebf chore: add tests 2026-06-06 22:13:14 +02:00