Skip to content

Commit ad15066

Browse files
committed
ci: install Claude Code before running expect-cli
1 parent 91ab1a5 commit ad15066

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-expect.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Build packages
3131
run: pnpm build
3232

33+
- name: Install Claude Code
34+
run: npm install -g @anthropic-ai/claude-code
35+
3336
- name: Start e2e-playground dev server
3437
run: pnpm --filter @react-grab/e2e-playground dev &
3538

0 commit comments

Comments
 (0)