Commit 00fa428
ci(e2e): drop unused WebKit from Playwright install
The Playwright config only defines Chromium projects (chromium-desktop,
chromium-mobile), so WebKit was installed in CI but never launched by any
test. Installing it pulled WebKit's ~181-package / 114 MB gstreamer+ffmpeg
system-dependency stack from the Ubuntu archive on every run.
On run 27790385490 (main @ 028f15c) that apt download stalled on a slow
mirror and ran ~20 min until the job hit timeout-minutes: 20, surfacing as
the misleading "Error: The operation was canceled."
Install Chromium only. Removes the flaky/heavy install, speeds up every run,
and loses zero coverage since WebKit was never tested. Cache key updated to
drop the stale chromium-webkit binaries.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 028f15c commit 00fa428
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments