Commit 35a58e3
committed
fix(ci): build open-next in a dedicated step and skip turbo for wrangler
Turbo's persistent-task output buffering swallows wrangler dev's readiness
signal in CI, making Playwright's webServer probe time out at 180s even
though the preview eventually comes up. Move the OpenNext build to a
dedicated CI step so Playwright's webServer can invoke wrangler dev
directly, keeping stdout attached to the CI log and removing the
dependsOn chain indirection.1 parent 87f739f commit 35a58e3
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
- .github/workflows
- apps/cloudflare
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments