Skip to content

Commit acb4ccf

Browse files
committed
Added compilemessages to ci
1 parent baa75cf commit acb4ccf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/setup-python@v5
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
36+
- name: Install gettext
37+
run: sudo apt-get update && sudo apt-get install -y gettext
3638
- name: Install dependencies
3739
run: |
3840
python -m pip install --upgrade pip setuptools

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ APP_LIST ?= accounts aggregator blog contact dashboard djangoproject docs founda
44
SCSS = djangoproject/scss
55
STATIC = djangoproject/static
66

7-
ci: test
7+
ci: compilemessages test
88
@python -m coverage report
99

10+
compilemessages:
11+
python -m manage compilemessages
12+
1013
collectstatics: compile-scss
1114
python -m manage collectstatic --noinput
1215

0 commit comments

Comments
 (0)