Commit e9d9fe8
committed
fix(ci): run deploy tests under xvfb for headed extension e2e
Extension e2e now launches Chromium in headed mode so extension service workers initialize reliably. In GitHub Actions, that requires an X server.
Run the deploy test job via xvfb-run so headed Playwright sessions have a virtual display, while keeping browser installation apt-free (playwright install chromium).1 parent 93557d0 commit e9d9fe8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments