We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61055e6 commit b7a62acCopy full SHA for b7a62ac
.circleci/workflows.yml
@@ -2704,6 +2704,7 @@ jobs:
2704
steps:
2705
- test-binary-against-repo:
2706
repo: cypress-example-recipes
2707
+ pull_request_id: 917
2708
command: npm run test:ci:firefox
2709
browser: firefox
2710
@@ -2712,6 +2713,7 @@ jobs:
2712
2713
2714
2715
2716
2717
command: npm run test:ci:chrome
2718
browser: chrome
2719
@@ -2721,6 +2723,7 @@ jobs:
2721
2723
2722
2724
2725
2726
2727
# Split the specs up across 4 different machines to run in parallel
2728
command: npm run test:ci -- --chunk $CIRCLE_NODE_INDEX --total-chunks
2729
$CIRCLE_NODE_TOTAL
0 commit comments