Skip to content

Commit

Permalink
fix workflow (github#17562)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessayuenn authored Jan 29, 2021
1 parent a78acb2 commit 4f3f3b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4f3f3b0

Please sign in to comment.