Skip to content

Commit 5ff2d24

Browse files
authored
Update django.yml
1 parent 5c69360 commit 5ff2d24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/django.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
run: |
4242
python -m pip install --upgrade pip
4343
pip install -r requirements.txt
44+
- name: Run migrations
45+
env:
46+
DATABASE_URL: mysql://root:4643830@localhost/video
47+
run: |
48+
python manage.py migrate
49+
4450
- name: Run Tests
4551
run: |
4652
python manage.py test --keepdb

0 commit comments

Comments
 (0)