Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X authored Nov 7, 2022
1 parent 37b8395 commit 5057d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Test with pytest
run: |
flags=""
[[ "$IS_PYPY" == "false" ]] && flags="$flags --cov=aiogram --cov-config .coveragerc --cov-report=xml"
[[ "$IS_PYPY" == "false" ]] && flags="$flags --cov=glQiwiApi --cov-config .coveragerc --cov-report=xml"
poetry run pytest -p no:warnings $flags tests/
env:
QIWI_API_ACCESS_TOKEN: ${{ secrets.QIWI_API_ACCESS_TOKEN }}
Expand Down

0 comments on commit 5057d0f

Please sign in to comment.