Reverting to single instance

This commit is contained in:
Ferdi Koomen 2022-10-29 12:25:05 +02:00
parent f38b119706
commit 6c1ad1b021

View File

@ -4,7 +4,6 @@ jobs:
docker:
- image: cimg/node:lts-browsers
resource_class: large
parallelism: 5
working_directory: ~/repo
steps:
- checkout
@ -24,10 +23,10 @@ jobs:
command: npm run release
- run:
name: Run unit tests
command: npm run test --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
command: npm run test
- run:
name: Run e2e tests
command: npm run test:e2e --shard=$(expr $CIRCLE_NODE_INDEX + 1)/$CIRCLE_NODE_TOTAL
command: npm run test:e2e
- run:
name: Submit to Codecov
command: npm run codecov