Commit 55b8fb2
Align CI renderer log handling with Pro CI
Pro's own integration CI (react_on_rails_pro/.github/workflows/
pro-integration-tests.yml) runs the renderer with `pnpm run
node-renderer &` — no log redirect — so renderer output interleaves
with job stdout and is always visible without a special dump step.
Our workflow inherited a redirect-to-/tmp/node-renderer.log pattern
from PR #723 plus a follow-up if-failure cat step (commit 7dea094)
that dumped the file after rspec. Both existed to work around the
redirect; neither was in any reference. Drop the redirect and the
associated cat calls (startup-failure cat, timeout cat, post-rspec
failure dump). Renderer logs now appear inline with job output, same
shape as Pro CI.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bc4e982 commit 55b8fb2
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
106 | | - | |
| 104 | + | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
0 commit comments