Skip to content

Commit acb507c

Browse files
sjsyrekclaude
andcommitted
fix(ci): link CLI binary for E2E tests
Some E2E tests invoke `deepl` directly via execSync rather than through the node helper. npm link makes the binary available on PATH. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0228507 commit acb507c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- run: npm run lint
2828
- run: npm run type-check
2929
- run: npm run build
30+
- name: Link CLI for E2E tests
31+
run: npm link
3032
- run: npm test

0 commit comments

Comments
 (0)