Skip to content

Commit 6c1ad1b

Browse files
committed
Reverting to single instance
1 parent f38b119 commit 6c1ad1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ jobs:
44
docker:
55
- image: cimg/node:lts-browsers
66
resource_class: large
7-
parallelism: 5
87
working_directory: ~/repo
98
steps:
109
- checkout
@@ -24,10 +23,10 @@ jobs:
2423
command: npm run release
2524
- run:
2625
name: Run unit tests
27-
command: npm run test --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
26+
command: npm run test
2827
- run:
2928
name: Run e2e tests
30-
command: npm run test:e2e --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
29+
command: npm run test:e2e
3130
- run:
3231
name: Submit to Codecov
3332
command: npm run codecov

0 commit comments

Comments
 (0)