1
0
mirror of synced 2026-01-07 09:01:31 -05:00

fix workflow (#17562)

This commit is contained in:
Vanessa Yuen
2021-01-29 13:23:31 +01:00
committed by GitHub
parent a78acb2aff
commit 4f3f3b0a6d

View File

@@ -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: