Skip to content

Commit

Permalink
ci: Run compilemessages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Mar 26, 2021
1 parent 740c4d5 commit eb332c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
# Install gettext for translations, and translate-toolkit for `pocount`.
- run: sudo apt-get update
- run: sudo apt-get install gettext translate-toolkit
- run: python manage.py compilemessages
# Ensure that compilemessages gets run for lib-cove-web
- run: pushd /opt/hostedtoolcache; pwd; django-admin compilemessages; popd
- run: DJANGO_SETTINGS_MODULE=cove_project.settings pytest --cov cove_ocds --cov cove_project
if: always()
- run: python manage.py makemessages -l es
Expand Down

0 comments on commit eb332c0

Please sign in to comment.