Skip to content

Commit 5fc8eb1

Browse files
authored
chore: Pass env vars to tests (#45)
* Pass env vars to tests * Fix changelog
1 parent bd0d712 commit 5fc8eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939

4040
- name: Run Tests
4141
run: pnpm test
42+
env:
43+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
44+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4245

4346
- name: Create Release Pull Request or Publish to npm
4447
id: changesets

0 commit comments

Comments
 (0)