Commit 8a3991c
committed
test(ci): keep cache dir traversable so restore verification can read files
Previous run proved the round-trip works (50.06MB saved → 50.06MB
restored, exact match) but the assertion failed because chmod -R 0600
stripped the directory's execute bit, locking the runner out of its
own restored files. Real container caches have 0755 dirs. Keep the dir
0755, only the files 0600 root-owned.1 parent ed159d7 commit 8a3991c
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments