Skip to content

Commit 933e0eb

Browse files
authored
chore: remove parallelism from test-binary-against-repo jobs (#21004)
1 parent 95feb15 commit 933e0eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

circle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,15 +1911,13 @@ jobs:
19111911

19121912
test-binary-against-recipes-chrome:
19131913
<<: *defaults
1914-
parallelism: 3
19151914
steps:
19161915
- test-binary-against-repo:
19171916
repo: cypress-example-recipes
19181917
command: npm run test:ci:chrome
19191918

19201919
test-binary-against-recipes:
19211920
<<: *defaults
1922-
parallelism: 3
19231921
steps:
19241922
- test-binary-against-repo:
19251923
repo: cypress-example-recipes

0 commit comments

Comments
 (0)