Skip to content

Commit

Permalink
chore: add anthropic key as required in test action
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 16, 2024
1 parent 0bba1de commit d4e7a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
secrets:
OPENAI_API_KEY:
required: true
ANTHROPIC_API_KEY:
required: true

jobs:
test-linux:
Expand Down

0 comments on commit d4e7a14

Please sign in to comment.