Commit 0a93ca5
fix: correct --cwd position in test-opencode-unit recipe
`bun turbo test --cwd packages/opencode` fails because bun resolves
`turbo` from the root workspace before changing directory. Place
`--cwd` immediately after `bun` to match the working pattern used
by lint-opencode. Also drop the OPENCODE_CONFIG_CONTENT env prefix
since auth disabling now lives in test/preload.ts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent eea383a commit 0a93ca5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments