Skip to content

Commit 6b799fc

Browse files
committed
Add google key
1 parent 31ddac4 commit 6b799fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
prefix-key: 'test'
2525

2626
- run: |
27-
echo "OPENAI_KEY=${{ secrets.OPENAI_KEY }}" > test.env
28-
echo "DEEPINFRA_KEY=${{ secrets.DEEPINFRA_KEY }}" >> test.env
27+
echo "DEEPINFRA_KEY=${{ secrets.DEEPINFRA_KEY }}" > test.env
28+
echo "GOOGLE_KEY=${{ secrets.GOOGLE_KEY }}" >> test.env
29+
echo "OPENAI_KEY=${{ secrets.OPENAI_KEY }}" >> test.env
2930
3031
- run: cargo test --all-features
3132

0 commit comments

Comments
 (0)