Commit f2985e7
ci(playwright): propagate CI into the container so workers:3 applies
The first attempt set workers:3 but CI still ran 2 (Playwright's default for
a 4-core box) — `docker compose run` doesn't forward host env, so
process.env.CI was undefined inside the container and the CI branch of both
`workers` and `retries` never triggered (a pre-existing gap: the baseline
was already running the default, not 1 worker). Pass `-e CI=true` explicitly,
matching how the local verification invokes it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5dd0e28 commit f2985e7
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | | - | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
0 commit comments