Automattic / wp-e2e-tests

Automated end-to-end tests for WordPress.com

Home Page:https://github.com/Automattic/wp-calypso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move cron job calls to within circle config

alisterscott opened this issue · comments

We currently execute cron jobs to run certain e2e tests a number of times per day

We can now do this in CircleCI config itself: https://support.circleci.com/hc/en-us/articles/115015481128-Scheduling-jobs-cron-for-builds-

We should run these this way and remove the cron jobs from MC

This was done at the GM