Commit d260f25
authored
ci: install chromium only and key the browser cache on the catalog (#179)
The tests launch chromium exclusively, so installing all three browser
families wasted download time and cache size; a single
'install --with-deps chromium' invocation replaces the two Gradle runs.
Also fixes a latent cache bug from the version-catalog migration: the
key hashed build.gradle.kts, which no longer contains the Playwright
version, so a Playwright bump would have restored stale browsers that
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD then refused to replace. The key now
hashes gradle/libs.versions.toml.1 parent e99fed8 commit d260f25
2 files changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
0 commit comments