Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Nov 8, 2024
1 parent 1fd74f4 commit cc045ca
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 @@ -67,6 +67,9 @@ jobs:
run: |
python manage.py collectstatic
python manage.py compress
- name: 🚧 compile translations
run: |
python manage.py compilemessages
- name: 🚧 Check pending migrations
run: python manage.py makemigrations --check --dry-run --noinput
- name: 🚧 Configure bucket
Expand Down

0 comments on commit cc045ca

Please sign in to comment.