Skip to content

Commit d0038fd

Browse files
chore: Test example recipes against chrome (#19362)
1 parent 39641e5 commit d0038fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)