Skip to content

Commit

Permalink
test: pass API key with env
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Apr 1, 2024
1 parent 87f9352 commit 67c5087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
cache: 'npm'
- run: npm i
- run: npm run test-cov
env:
KIMI_API_KEY: ${{ secrets.API_KEY }}
- uses: codecov/codecov-action@v3

0 comments on commit 67c5087

Please sign in to comment.