Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jun 20, 2024
1 parent 33039c6 commit e9c8142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup environment
run: poetry install
- name: Show environment
run: pip list
- name: Tests
run: |
pytest --cov=scan_pdf --cov-report xml:reports/coverage.xml --cov-report term --junitxml=reports/junit.xml
Expand Down

0 comments on commit e9c8142

Please sign in to comment.