Skip to content

Commit

Permalink
https://github.com/andgineer/jiratools/issues/1
Browse files Browse the repository at this point in the history
diagnostic
  • Loading branch information
andgineer committed Oct 14, 2023
1 parent 1b6b83d commit 6233d85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
run: |
pip install --upgrade pip
pip install .
- name: Check Python executable path
run: |
which python
- name: Test with pytest
run: |
coverage run -m pytest tests
coverage run -m pytest -v tests
- name: Upload Coverage to Codecov
if: ${{ matrix.python-version == 3.11 && matrix.platform == 'ubuntu-latest' }}
Expand Down

0 comments on commit 6233d85

Please sign in to comment.