Skip to content

Commit

Permalink
ci: fix ci github action install missing gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Nov 8, 2023
1 parent bea64ad commit 2126f56
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 @@ -47,5 +47,8 @@ jobs:
- name: Run lint
run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions lint

- name: Install gettext package
run: sudo apt-get install -y gettext

- name: Extract translations and detect changed source translations
run: make -C ecommerce-nau-extensions extract_translations detect_changed_source_translations

0 comments on commit 2126f56

Please sign in to comment.