Skip to content

Commit c79bb93

Browse files
committed
ci: pass ANTHROPIC_API_KEY to expect-cli step
1 parent e0cc6d7 commit c79bb93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-expect.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: pnpm dlx wait-on http://localhost:5175 --timeout 30000
4141

4242
- name: Run expect tests
43+
env:
44+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4345
run: >-
4446
pnpm dlx expect-cli@0.0.10 -y -m
4547
"Test the element properties panel feature at http://localhost:5175.

0 commit comments

Comments
 (0)