Commit c8a2afb
perf(ci): optimize React Native E2E by caching node_modules and removing --repo-update (#56)
The CocoaPods --repo-update flag re-downloads the entire spec repo on every
run (~3-8 min). The workflow already caches ~/.cocoapods/repos, so the flag
is unnecessary. Also adds node_modules caching to avoid redundant npm installs.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3e67c74 commit c8a2afb
3 files changed
Lines changed: 10 additions & 2 deletions
File tree
- .github/workflows
- examples/react-native/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments