Commit 6a02a3f
committed
ci: fix Windows cache restore to only use dist artifacts
Split cache restore into OS-specific steps:
- Linux: Restore both dist and node_modules from cache
- Windows: Only restore dist (node_modules are platform-specific)
Windows then runs pnpm install to create its own node_modules.
This prevents cache miss failures on Windows test jobs.1 parent a24952a commit 6a02a3f
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
116 | 125 | | |
117 | 126 | | |
118 | 127 | | |
| |||
0 commit comments