Skip to content

Commit 078cafb

Browse files
committed
added migrations in test launch
1 parent 68f4a3c commit 078cafb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: |
3737
coverage debug sys
3838
coverage debug config
39-
- name: Install Dependencies
39+
- name: Setup Database
4040
run: |
41-
python -m pip install --upgrade pip
42-
pip install -r requirements.txt
41+
python manage.py makemigrations
42+
python manage.py migrate
4343
- name: Run Tests
4444
run: |
45-
python manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
45+
python manage.py test appointment.tests --parallel=10 --shuffle --verbosity=2

0 commit comments

Comments
 (0)