Skip to content

Commit

Permalink
Add migration step to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Oct 1, 2024
1 parent 47bc202 commit 2da84bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
coverage report
env:
DJANGO_SETTINGS_MODULE: chowist.settings.test
- name: Load demo data with Django
- name: Migrate schema and load data with Django
run: |
python manage.py migrate
python manage.py loaddemo .demo/places.json
env:
DJANGO_SETTINGS_MODULE: chowist.settings.test

0 comments on commit 2da84bf

Please sign in to comment.