Commit 3876593
fix(ci): add explicit Cypress binary cache for Docker container
Following the solution from cypress-io/github-action#1138, explicitly
cache the Cypress binary separately from pnpm dependencies.
Changes:
- Add actions/cache@v4 step to cache /github/home/.cache/Cypress
- Cache key includes regression-test/pnpm-lock.yaml hash
- Remove explicit install steps and let cypress-io/github-action handle installation
- Remove install: false to allow action to manage Cypress installation
The action will:
1. On first run: install Cypress binary and cache it
2. On subsequent runs: restore binary from cache
3. Automatically detect and use pnpm from the workspace
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 1803a28 commit 3876593
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments