409e70078c1c351bfb0601dba3463760a429d3f3
node_modules and the Playwright Chromium binary were downloaded fresh on every run, making setup account for ~99% of pipeline runtime. - Cache frontend/node_modules keyed on package-lock.json hash - Cache ~/.cache/ms-playwright keyed on package-lock.json hash - On cache hit: skip npm ci and browser download, only reinstall system deps (install-deps) which is much faster than a full install Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%