Skip to content

Commit de1939e

Browse files
committed
chore: make sure to test against cypress recipes release/15.0.0 branch
1 parent f369f50 commit de1939e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/workflows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,6 +2687,7 @@ jobs:
26872687
steps:
26882688
- test-binary-against-repo:
26892689
repo: cypress-example-recipes
2690+
pull_request_id: 921
26902691
command: npm run test:ci:firefox
26912692
browser: firefox
26922693

@@ -2695,6 +2696,7 @@ jobs:
26952696
steps:
26962697
- test-binary-against-repo:
26972698
repo: cypress-example-recipes
2699+
pull_request_id: 921
26982700
command: npm run test:ci:chrome
26992701
browser: chrome
27002702

@@ -2704,6 +2706,7 @@ jobs:
27042706
steps:
27052707
- test-binary-against-repo:
27062708
repo: cypress-example-recipes
2709+
pull_request_id: 921
27072710
# Split the specs up across 4 different machines to run in parallel
27082711
command: npm run test:ci -- --chunk $CIRCLE_NODE_INDEX --total-chunks
27092712
$CIRCLE_NODE_TOTAL

0 commit comments

Comments
 (0)