Skip to content

Commit 74ff19f

Browse files
eakmanrqclaude
andcommitted
Fix ui-test: set HOME=/root for Firefox in Playwright container
GitHub Actions sets HOME=/github/home (owned by uid 1001) but the container runs as root. Firefox refuses to launch when HOME is owned by a different user. Setting HOME=/root fixes the ownership mismatch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent 3767fe0 commit 74ff19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
run: npm --prefix web/client run test:e2e
240240
env:
241241
PLAYWRIGHT_SKIP_BUILD: '1'
242+
HOME: /root
242243

243244
engine-tests-docker:
244245
needs: changes

0 commit comments

Comments
 (0)