We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f4a3c commit 078cafbCopy full SHA for 078cafb
.github/workflows/tests.yml
@@ -36,10 +36,10 @@ jobs:
36
run: |
37
coverage debug sys
38
coverage debug config
39
- - name: Install Dependencies
+ - name: Setup Database
40
41
- python -m pip install --upgrade pip
42
- pip install -r requirements.txt
+ python manage.py makemigrations
+ python manage.py migrate
43
- name: Run Tests
44
45
- python manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
+ python manage.py test appointment.tests --parallel=10 --shuffle --verbosity=2
0 commit comments