Skip to content

Commit 4f3f3b0

Browse files
authored
fix workflow (#17562)
1 parent a78acb2 commit 4f3f3b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-translations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: Node.js Tests - Translations
44

55
on:
6+
workflow_dispatch:
67
schedule:
78
- cron: '10 20 * * *' # once a day at 20:10 UTC / 12:10 PST
89

@@ -75,6 +76,9 @@ jobs:
7576
- name: Install dependencies
7677
run: npm ci
7778

79+
- name: Run build script
80+
run: npm run build
81+
7882
- name: Run tests
7983
run: npx jest tests/${{ matrix.test-group }}/
8084
env:

0 commit comments

Comments
 (0)