Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>
  • Loading branch information
vinitkumar and Aiky30 committed Mar 31, 2021
1 parent 3fae065 commit 275e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install -r test_requirements/${{ matrix.requirements-file }}
python setup.py install
- name: Test with pytest
- name: Test with django test runner
run: |
# check actual test command in .travis.yml
python manage.py test
Expand Down

0 comments on commit 275e75e

Please sign in to comment.