File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1999,6 +1999,14 @@ jobs:
19991999 repo : cypress-example-recipes
20002000 command : npm run test:ci:firefox
20012001
2002+ " test-binary-against-recipes-chrome " :
2003+ << : *defaults
2004+ steps :
2005+ - test-binary-against-repo :
2006+ repo : cypress-example-recipes
2007+ browser : chrome
2008+ command : npm run test:ci:chrome
2009+
20022010 # This is a special job. It allows you to test the current
20032011 # built test runner against a pull request in the repo
20042012 # cypress-example-recipes.
@@ -2427,6 +2435,10 @@ linux-workflow: &linux-workflow
24272435 << : *mainBuildFilters
24282436 requires :
24292437 - create-build-artifacts
2438+ - test-binary-against-recipes-chrome :
2439+ << : *mainBuildFilters
2440+ requires :
2441+ - create-build-artifacts
24302442 - test-binary-against-kitchensink-firefox :
24312443 << : *mainBuildFilters
24322444 requires :
You can’t perform that action at this time.
0 commit comments