Commit 9173f2a
committed
fix(ci): add detailed cache diagnostics to build-sea workflow
Added detailed logging to Yoga Layout cache verification to diagnose
why WASM caches aren't being restored properly even after running
build-wasm.yml workflow.
Diagnostics show:
- Cache restore result (hit/miss)
- Exact cache key being used
- Directory contents after restore
- Whether files actually exist
This will help identify if issue is:
- Cache key mismatch between workflows
- Cache not being saved properly
- Cache restore failing silently
- Files being deleted between steps1 parent cc97510 commit 9173f2a
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
232 | 239 | | |
233 | 240 | | |
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
237 | 244 | | |
| 245 | + | |
238 | 246 | | |
239 | 247 | | |
240 | 248 | | |
| |||
0 commit comments