Skip to content

Commit

Permalink
test: updated ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Apr 3, 2024
1 parent 6252a3a commit b0dad36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
# run test suite and output coverage file
#----------------------------------------------
- name: Test with pytest
env: # Or as an environment variable
cb_username: ${{ secrets.CB_USERNAME }}
cb_token: ${{ secrets.CB_TOKEN }}
run: poetry run pytest --cov=chaturbate_poller --cov-report=xml
#----------------------------------------------
# upload coverage stats
Expand Down

0 comments on commit b0dad36

Please sign in to comment.