diff --git a/circle.yml b/circle.yml index e6fc5d990854..514fb69ed836 100644 --- a/circle.yml +++ b/circle.yml @@ -1999,6 +1999,14 @@ jobs: repo: cypress-example-recipes command: npm run test:ci:firefox + "test-binary-against-recipes-chrome": + <<: *defaults + steps: + - test-binary-against-repo: + repo: cypress-example-recipes + browser: chrome + command: npm run test:ci:chrome + # This is a special job. It allows you to test the current # built test runner against a pull request in the repo # cypress-example-recipes. @@ -2427,6 +2435,10 @@ linux-workflow: &linux-workflow <<: *mainBuildFilters requires: - create-build-artifacts + - test-binary-against-recipes-chrome: + <<: *mainBuildFilters + requires: + - create-build-artifacts - test-binary-against-kitchensink-firefox: <<: *mainBuildFilters requires: