Skip to content

Commit 06a3beb

Browse files
author
Rafael Henter
committed
Fix tests again for actions
1 parent 3d0da44 commit 06a3beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run tests
3434
run: |
35-
cd test-django-project && py.test -vvv -s --cov django_models --cov-report=term-missing --cov-report=html
35+
cd test-django-project && pytest --cov=django_models --cov-branch --cov-report=xml --cov-report=term --maxfail=2 --timeout=120
3636
3737
- name: Upload test results to Codecov
3838
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)