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 fcefb6d commit 607f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
python manage.py loaddata fixtures/projects.json
python manage.py loaddata fixtures/language.json
python manage.py loaddata fixtures/subjects.json
python manage.py dev_pdf_mass_upload
python manage.py import_documents general/tests/files/
- name: Run Lighthouse
run: cd app && lhci autorun
env:
Expand Down

0 comments on commit 607f718

Please sign in to comment.