Skip to content

Commit

Permalink
/ to | for manage test
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 11, 2022
1 parent 86cdd9a commit dfa30fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test selenium
run: /
run: |
python manage.py test

0 comments on commit dfa30fe

Please sign in to comment.