Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrobison1 authored Jul 27, 2024
1 parent 3628b47 commit ff71772
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 @@ -27,7 +27,7 @@ jobs:
poetry run python -m spacy download en_core_web_sm
- name: Run tests
run: |
poetry run pytest tests/ --cov=./ --cov-report=xml
poetry run pytest -v tests/ --cov=./ --cov-report=xml
- name: Check code coverage
working-directory: ./service
Expand Down

0 comments on commit ff71772

Please sign in to comment.