Commit 4739cc3
ci: parallelize analyze job to unblock builds earlier (#329)
* ci: parallelize analyze job to unblock builds earlier
Extract flutter analyze into its own job that runs in parallel with
fmt and test. build-web and build-android now gate on [fmt, analyze]
instead of [fmt, test], so builds start ~2-3 min earlier while tests
are still running. deploy-web-preview retains test as a dependency so
no code ships before unit tests pass.
Also cache Playwright Chromium browsers in test-e2e-web keyed on
package-lock.json, saving ~1.5 min on E2E runs when the browser
version hasn't changed.
https://claude.ai/code/session_01C6APCuJxZbNcmJpbTJUyB9
* ci: fix stale path filter for workflow file
The changes job was watching .github/workflows/build-deploy.yml (old
name) instead of ci.yml, so changes to the CI file itself never
triggered the test pipeline.
https://claude.ai/code/session_01C6APCuJxZbNcmJpbTJUyB9
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent bb39f7a commit 4739cc3
1 file changed
Lines changed: 33 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
120 | 138 | | |
121 | 139 | | |
122 | 140 | | |
| |||
133 | 151 | | |
134 | 152 | | |
135 | 153 | | |
136 | | - | |
| 154 | + | |
137 | 155 | | |
138 | | - | |
| 156 | + | |
139 | 157 | | |
140 | 158 | | |
141 | 159 | | |
| |||
191 | 209 | | |
192 | 210 | | |
193 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
194 | 219 | | |
195 | 220 | | |
196 | 221 | | |
| |||
226 | 251 | | |
227 | 252 | | |
228 | 253 | | |
229 | | - | |
| 254 | + | |
230 | 255 | | |
231 | | - | |
| 256 | + | |
232 | 257 | | |
233 | 258 | | |
234 | 259 | | |
| |||
282 | 307 | | |
283 | 308 | | |
284 | 309 | | |
285 | | - | |
| 310 | + | |
286 | 311 | | |
287 | 312 | | |
288 | 313 | | |
| |||
0 commit comments