Skip to content

Commit

Permalink
run python tests on gitactions attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Oct 20, 2022
1 parent e8271f7 commit 907e7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:

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

0 comments on commit 907e7d3

Please sign in to comment.