Skip to content

Commit

Permalink
Export the env variables file in pull workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Jan 14, 2025
1 parent 4211f5e commit 34217d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/translations_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Pull from Transifex
run: ./tx pull -a --force

- name: Export the env variables file
run: |
cp .env.example .env
- name: Compile translation messages
run: docker compose run --user root app python manage.py compilemessages

Expand Down

0 comments on commit 34217d9

Please sign in to comment.