Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GianmarcoBasile authored Jan 28, 2024
1 parent be585a6 commit f7c3054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
pylint src
- name: Test with pytest
env: ${{ secrets.API_KEY }}
env:
API_KEY: ${{ secrets.API_KEY }}
run: |
pytest --cov src tests/ --cov-fail-under=75

0 comments on commit f7c3054

Please sign in to comment.