diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml index 5e8dca84e5..a452e63a69 100644 --- a/.github/workflows/test-translations.yml +++ b/.github/workflows/test-translations.yml @@ -3,6 +3,7 @@ name: Node.js Tests - Translations on: + workflow_dispatch: schedule: - cron: '10 20 * * *' # once a day at 20:10 UTC / 12:10 PST @@ -75,6 +76,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Run build script + run: npm run build + - name: Run tests run: npx jest tests/${{ matrix.test-group }}/ env: