Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 8, 2023
1 parent 4a633e6 commit 968dad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
env:
CHATNOIR_API_KEY: ${{ secrets.CHATNOIR_API_KEY }}
CHATNOIR_API_KEY_STAGING: ${{ secrets.CHATNOIR_API_KEY_STAGING }}
CHATNOIR_API_KEY_CHAT: ${{ secrets.CHATNOIR_API_KEY_CHAT }}
run: pytest chatnoir_api examples tests --cov --cov-report=term --cov-report=xml
- name: "📤 Upload test coverage"
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 968dad8

Please sign in to comment.