Skip to content

Commit

Permalink
Need initial db... please
Browse files Browse the repository at this point in the history
  • Loading branch information
abessette committed Sep 1, 2021
1 parent 6625601 commit b3d0846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -107,8 +107,9 @@ jobs:
- name: Install python modules
run: pip install -r requirements.txt --upgrade

- name: init data
- name: Init data
run: |
python manage.py migrate
python manage.py shell << EOF
from scm.demo_items import create_test_is
create_test_is()
Expand Down

0 comments on commit b3d0846

Please sign in to comment.