Skip to content

Commit f8e3845

Browse files
committed
MOBILE-4948 github: Include lang files while testing
1 parent 4f32a0a commit f8e3845

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
run: |
2020
npm ci --no-audit
2121
npm ci --no-audit --prefix cordova-plugin-moodleapp
22+
- name: Install languages
23+
run: |
24+
npx gulp lang
25+
npm run lang:update-langpacks
2226
- name: Check langindex
2327
run: |
2428
result=$(cat scripts/langindex.json | grep \"TBD\" | wc -l); test $result -eq 0

0 commit comments

Comments
 (0)