Skip to content

Commit

Permalink
run python tests on gitactions attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Oct 20, 2022
1 parent bfe166c commit e8271f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
working-directory: ./python-usfm-parser
run: pip install -r dev-requirements.txt

- name: Run linter
- name: Run tests
working-directory: ./python-usfm-parser
run: pytest tests/test_parsing_errors
run: pytest tests/test_parsing_errors.py

0 comments on commit e8271f7

Please sign in to comment.