Commit 3b3f9dd
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 079a3d1 commit 3b3f9dd
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 | | |
| |||
1068 | 1060 | | |
1069 | 1061 | | |
1070 | 1062 | | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
| 1063 | + | |
1074 | 1064 | | |
1075 | 1065 | | |
1076 | 1066 | | |
| |||
| 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