Skip to content

Commit d4e7a14

Browse files
committed
chore: add anthropic key as required in test action
Signed-off-by: Donnie Adams <donnie@acorn.io>
1 parent 0bba1de commit d4e7a14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
secrets:
1010
OPENAI_API_KEY:
1111
required: true
12+
ANTHROPIC_API_KEY:
13+
required: true
1214

1315
jobs:
1416
test-linux:

0 commit comments

Comments
 (0)