From 4f3f3b0a6d9051bf5e78e8ac4e1d5091e155163b Mon Sep 17 00:00:00 2001 From: Vanessa Yuen <6842965+vanessayuenn@users.noreply.github.com> Date: Fri, 29 Jan 2021 13:23:31 +0100 Subject: [PATCH] fix workflow (#17562) --- .github/workflows/test-translations.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: