We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b119 commit 6c1ad1bCopy full SHA for 6c1ad1b
.circleci/config.yml
@@ -4,7 +4,6 @@ jobs:
4
docker:
5
- image: cimg/node:lts-browsers
6
resource_class: large
7
- parallelism: 5
8
working_directory: ~/repo
9
steps:
10
- checkout
@@ -24,10 +23,10 @@ jobs:
24
23
command: npm run release
25
- run:
26
name: Run unit tests
27
- command: npm run test --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
+ command: npm run test
28
29
name: Run e2e tests
30
- command: npm run test:e2e --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
+ command: npm run test:e2e
31
32
name: Submit to Codecov
33
command: npm run codecov
0 commit comments