Skip to content

Commit b7a62ac

Browse files
committed
rebase this out. test recipes binary tests with cy stub fixes
1 parent 61055e6 commit b7a62ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/workflows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2704,6 +2704,7 @@ jobs:
27042704
steps:
27052705
- test-binary-against-repo:
27062706
repo: cypress-example-recipes
2707+
pull_request_id: 917
27072708
command: npm run test:ci:firefox
27082709
browser: firefox
27092710

@@ -2712,6 +2713,7 @@ jobs:
27122713
steps:
27132714
- test-binary-against-repo:
27142715
repo: cypress-example-recipes
2716+
pull_request_id: 917
27152717
command: npm run test:ci:chrome
27162718
browser: chrome
27172719

@@ -2721,6 +2723,7 @@ jobs:
27212723
steps:
27222724
- test-binary-against-repo:
27232725
repo: cypress-example-recipes
2726+
pull_request_id: 917
27242727
# Split the specs up across 4 different machines to run in parallel
27252728
command: npm run test:ci -- --chunk $CIRCLE_NODE_INDEX --total-chunks
27262729
$CIRCLE_NODE_TOTAL

0 commit comments

Comments
 (0)