Skip to content

Commit 0a97362

Browse files
author
Dave MacFarlane
committed
Generate locales in github actions
1 parent 970bfb8 commit 0a97362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/loristest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install npm modules
3131
run: npm ci
3232

33+
name: Generate LORIS locales
34+
run: make locales
35+
3336
- name: Compile LORIS javascript
3437
run: npm run compile
3538

0 commit comments

Comments
 (0)