Commit 32fcb99
fix(ci): Set HOME=/root via docker -e flag to override GHA default
GHA hard-codes HOME=/github/home when creating the container, which
overrides our container.env setting. Using -e HOME=/root in the
container options flag takes precedence over GHA's injected value.
Firefox requires HOME to be owned by the current user (root).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ce7f5f2 commit 32fcb99
3 files changed
Lines changed: 7 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | | - | |
| 503 | + | |
506 | 504 | | |
507 | 505 | | |
508 | 506 | | |
| |||
606 | 604 | | |
607 | 605 | | |
608 | 606 | | |
609 | | - | |
610 | | - | |
611 | | - | |
| 607 | + | |
612 | 608 | | |
613 | 609 | | |
614 | 610 | | |
| |||
828 | 824 | | |
829 | 825 | | |
830 | 826 | | |
831 | | - | |
832 | | - | |
833 | | - | |
| 827 | + | |
834 | 828 | | |
835 | 829 | | |
836 | 830 | | |
| |||
934 | 928 | | |
935 | 929 | | |
936 | 930 | | |
937 | | - | |
938 | | - | |
939 | | - | |
| 931 | + | |
940 | 932 | | |
941 | 933 | | |
942 | 934 | | |
| |||
1061 | 1053 | | |
1062 | 1054 | | |
1063 | 1055 | | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
| 1056 | + | |
1067 | 1057 | | |
1068 | 1058 | | |
1069 | 1059 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
0 commit comments