Skip to content

Commit

Permalink
fixup! chore(ci): run Django fixtures before Lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 28, 2024
1 parent ccb1caf commit fcefb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- name: Run Django fixtures
run: |
cd app
python manage.py migrate --no-input
python manage.py loaddata fixtures/institution.json
python manage.py loaddata fixtures/projects.json
python manage.py loaddata fixtures/language.json
Expand Down

0 comments on commit fcefb6d

Please sign in to comment.