Commit 4a79425
fix(ci): Pass PLAYWRIGHT_BROWSERS_PATH through sudo
sudo resets environment variables by default, so the ENV set in the
Dockerfile wasn't visible to the npx playwright install command.
Explicitly pass the variable so browsers are installed to /opt/pw-browsers.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c5b1b0d commit 4a79425
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments