Skip to content

Commit

Permalink
ci: test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Oct 16, 2023
1 parent df16b9f commit d16372b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
ls
pwd
$(which python) -c "import sys; print(sys.path)"
coverage run $(which pytest) --ds=test_settings typedmodels/tests.py

0 comments on commit d16372b

Please sign in to comment.