Skip to content

Commit

Permalink
Update readme to instruct how to run shortest in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Nov 11, 2024
1 parent d542333 commit a098e5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,17 @@ or use the `pnpm` command:
```bash
pnpm test
```

## To run tests in Github workflows

prerequisites:

- Add ANTHROPIC_API_KEY to your repo secrets
- Connect your repo to Vercel

### To add ANTHROPIC_API_KEY to your repo secrets:

- Go to your repo settings
- Navigate to `Security`
- Click `Add secret`
- Add the ANTHROPIC_API_KEY environment variable

0 comments on commit a098e5d

Please sign in to comment.