Commit e3344bd
fix(ci): Fix Playwright browser path and git config in container
GHA overrides HOME=/github/home inside containers, so browsers installed
under /home/runner/.cache weren't found at runtime. Fix by:
- Setting PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers (fixed, HOME-independent)
- Using system-wide git config for safe.directory (works with any HOME)
- Removing HOME env overrides from all workflow container configs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9b41b8b commit e3344bd
4 files changed
Lines changed: 8 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
506 | | - | |
507 | 505 | | |
508 | 506 | | |
509 | 507 | | |
| |||
608 | 606 | | |
609 | 607 | | |
610 | 608 | | |
611 | | - | |
612 | | - | |
613 | 609 | | |
614 | 610 | | |
615 | 611 | | |
| |||
804 | 800 | | |
805 | 801 | | |
806 | 802 | | |
807 | | - | |
808 | | - | |
809 | 803 | | |
810 | 804 | | |
811 | 805 | | |
| |||
910 | 904 | | |
911 | 905 | | |
912 | 906 | | |
913 | | - | |
914 | | - | |
915 | 907 | | |
916 | 908 | | |
917 | 909 | | |
| |||
1044 | 1036 | | |
1045 | 1037 | | |
1046 | 1038 | | |
1047 | | - | |
1048 | | - | |
1049 | 1039 | | |
1050 | 1040 | | |
1051 | 1041 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
0 commit comments