Skip to content

Commit

Permalink
Compile messages before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Feb 12, 2024
1 parent 2cb7062 commit c1deb1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Run checks
run: python manage.py check --deploy
working-directory: ./src
- name: Run checks
run: python manage.py compilemessages
working-directory: ./src
- name: Run tests
working-directory: ./src
run: python -m pytest -nauto -p no:sugar --reruns 3 --cov-report=term-missing:skip-covered tests
Expand Down

0 comments on commit c1deb1c

Please sign in to comment.