Skip to content

Commit ba8d4a2

Browse files
ci: updating tests
1 parent d44c960 commit ba8d4a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/django-test-ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ jobs:
3838
source venv/bin/activate
3939
pip install -r requirements.txt
4040
41+
- name: Ensure data directory exists
42+
run: mkdir -p ./data
43+
4144
- name: Run migrations
4245
run: |
4346
source venv/bin/activate
4447
python manage.py makemigrations
45-
python manage.py migrate --run-syncdb
48+
python manage.py migrate
4649
4750
- name: Run tests
4851
run: |

0 commit comments

Comments
 (0)