mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: fix test jobs for i18n keys
This commit is contained in:
parent
377e74aa8e
commit
5501556dff
1 changed files with 5 additions and 3 deletions
|
@ -53,15 +53,17 @@ full-tests:
|
||||||
test-i18n-keys:
|
test-i18n-keys:
|
||||||
extends: .test-stage
|
extends: .test-stage
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest tests tests/test_i18n_keys.py
|
- python3 -m pytest tests/test_i18n_keys.py
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- locales/*
|
- locales/en.json
|
||||||
|
- src/yunohost/*.py
|
||||||
|
- data/hooks/diagnosis/*.py
|
||||||
|
|
||||||
test-translation-format-consistency:
|
test-translation-format-consistency:
|
||||||
extends: .test-stage
|
extends: .test-stage
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest tests tests/test_translation_format_consistency.py
|
- python3 -m pytest tests/test_translation_format_consistency.py
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- locales/*
|
- locales/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue