Skip to content

Commit 5298900

Browse files
authored
Merge pull request #94 from Vauhtijuoksu/feature/ci-compilemessages
Add compilemessages to build actions
2 parents 01eba5a + bb26b60 commit 5298900

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-deployment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: pip install -r requirements.txt
3232

3333
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
34+
- name: Compile translations
35+
run: python manage.py compilemessages
3436

3537
- name: Upload artifact for deployment jobs
3638
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)