We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78acb2 commit 4f3f3b0Copy full SHA for 4f3f3b0
1 file changed
.github/workflows/test-translations.yml
@@ -3,6 +3,7 @@
3
name: Node.js Tests - Translations
4
5
on:
6
+ workflow_dispatch:
7
schedule:
8
- cron: '10 20 * * *' # once a day at 20:10 UTC / 12:10 PST
9
@@ -75,6 +76,9 @@ jobs:
75
76
- name: Install dependencies
77
run: npm ci
78
79
+ - name: Run build script
80
+ run: npm run build
81
+
82
- name: Run tests
83
run: npx jest tests/${{ matrix.test-group }}/
84
env:
0 commit comments