Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Dec 17, 2023
1 parent 6612070 commit e5633d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.dev.txt
- name: Run Tests
run: coverage run --source='.' manage.py test myapp
run: coverage run --source='.' manage.py test
- name: Upload Coverage
uses: paambaati/[email protected]
env:
Expand Down

0 comments on commit e5633d7

Please sign in to comment.