Skip to content

Commit

Permalink
Merge pull request #934 from inodb/add-circle-ci-cronjob
Browse files Browse the repository at this point in the history
Run all tests at 5am UTC

Former-commit-id: 1ed88d8
  • Loading branch information
inodb authored Jan 26, 2018
2 parents 953d928 + 1ad22bc commit 5f622a0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,25 @@ workflows:
- end_to_end_tests:
requires:
- install

nightly:
triggers:
- schedule:
cron: "0 5 * * *"
filters:
branches:
only:
- master
- rc
jobs:
- install
- api_sync:
requires:
- install
- unit_tests:
requires:
- install
- end_to_end_tests:
requires:
- install

0 comments on commit 5f622a0

Please sign in to comment.