Skip to content

Commit d8c0428

Browse files
committed
add loading of testdata to CI
1 parent 186f501 commit d8c0428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
run: |
5454
python manage.py migrate
5555
56+
- name: Load testdata to see if it is up to date with the Django migrations
57+
run: |
58+
python manage.py loaddata fixtures/test_data.json
59+
5660
- name: Run Tests
5761
run: |
5862
python -Wa manage.py test tests

0 commit comments

Comments
 (0)