Skip to content

Commit 5b77404

Browse files
authored
Update tester.yml
1 parent be5d56b commit 5b77404

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tester.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install pytest
18+
pip install django pytest pytest-django
1919
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2020
21-
- name: List directory structure
22-
run: find . -type f -name "*.py" | sort
23-
24-
- name: Run tests
21+
- name: Run Django tests
22+
run: |
23+
cd guessquest
24+
python manage.py test games
2525
run: |
2626
python -m pytest guessquest/games/tests.py

0 commit comments

Comments
 (0)