Skip to content

Commit

Permalink
chore(ci): set the 'Research Centre' fixture to have 3 languages
Browse files Browse the repository at this point in the history
This is also better for Lighthouse coverage
  • Loading branch information
Restioson committed Oct 28, 2024
1 parent 1a8dd91 commit 41bba40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ ruff-fix:
@docker compose run --rm web ruff check --fix .

load-fixtures:
@docker compose run --rm web python manage.py loaddata fixtures/language.json
@docker compose run --rm web python manage.py loaddata fixtures/institution.json
@docker compose run --rm web python manage.py loaddata fixtures/projects.json
@docker compose run --rm web python manage.py loaddata fixtures/language.json
@docker compose run --rm web python manage.py loaddata fixtures/subjects.json

pre-commit-install:
Expand Down
3 changes: 2 additions & 1 deletion app/fixtures/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"logo": "",
"start_date": "2020-01-01",
"end_date": "2020-01-01",
"institution": 2
"institution": 2,
"languages": [1, 2, 3]
}
}
]

0 comments on commit 41bba40

Please sign in to comment.