File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2687,6 +2687,7 @@ jobs:
2687
2687
steps :
2688
2688
- test-binary-against-repo :
2689
2689
repo : cypress-example-recipes
2690
+ pull_request_id : 921
2690
2691
command : npm run test:ci:firefox
2691
2692
browser : firefox
2692
2693
@@ -2695,6 +2696,7 @@ jobs:
2695
2696
steps :
2696
2697
- test-binary-against-repo :
2697
2698
repo : cypress-example-recipes
2699
+ pull_request_id : 921
2698
2700
command : npm run test:ci:chrome
2699
2701
browser : chrome
2700
2702
@@ -2704,6 +2706,7 @@ jobs:
2704
2706
steps :
2705
2707
- test-binary-against-repo :
2706
2708
repo : cypress-example-recipes
2709
+ pull_request_id : 921
2707
2710
# Split the specs up across 4 different machines to run in parallel
2708
2711
command : npm run test:ci -- --chunk $CIRCLE_NODE_INDEX --total-chunks
2709
2712
$CIRCLE_NODE_TOTAL
You can’t perform that action at this time.
0 commit comments