Skip to content

Commit

Permalink
test run-all (#23016)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis authored Apr 10, 2020
1 parent f27bcad commit 1cc3498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
command: yarn
working_directory: ~/project/scripts/i18n
- run:
command: yarn run sync mr
command: yarn run-all sync
working_directory: ~/project/scripts/i18n

windows_unit_tests:
Expand Down Expand Up @@ -860,7 +860,7 @@ workflows:
weekly-i18n-sync:
triggers:
- schedule:
cron: "30 20 * * 5"
cron: "0 18 * * 5"
filters:
branches:
only:
Expand Down

0 comments on commit 1cc3498

Please sign in to comment.