Commit d223d8a
committed
fix: cache Robolectric SDK artifacts in CI to prevent test hang
Robolectric downloads ~350MB of Android SDK binaries to ~/.m2/repository/org/robolectric
on first run. The CI cache only covered ~/.gradle, so cache misses caused a silent
multi-hour download mid-test-run that looked like a hang.1 parent 42aee73 commit d223d8a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments