Skip to content

Commit

Permalink
secret key added into test env
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseemjaskp committed Jun 21, 2024
1 parent 644745e commit ad455ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Create test env
shell: bash
run: |
cp test/sample.env .env
sed -i "s|LLMWHISPERER_API_KEY=|LLMWHISPERER_API_KEY=${{ secrets.LLMWHISPERER_API_KEY }}|" .env
- run: npm ci
- run: npm test

0 comments on commit ad455ea

Please sign in to comment.