mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-11 05:06:57 +00:00
3e49466ad5
Summary: This should run `yarn test` on every commit, and `yarn test --full` on `master` once per day at 15:00 PDT/14:00 PST. Useful documentation links: - <https://circleci.com/docs/2.0/workflows/#scheduling-a-workflow> - <https://circleci.com/docs/2.0/reusing-config/#authoring-reusable-commands> Test Plan: I’ve pushed this branch and verified that the “commit” workflow executes successfully on CircleCI. To test the cron workflow, we’ll have to wait until the daily build. wchargin-branch: circleci-workflows