@ -42,7 +42,7 @@ jobs:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- node_modules
yarntestci:
yarntest:
docker:
- image: cimg/node:lts
auth:
@ -55,8 +55,8 @@ jobs:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- npm-v1-dependencies
- run:
name: "yarn test:ci"
command: yarn test:ci
name: "yarn test"
command: yarn test
- save_cache:
@ -70,7 +70,7 @@ workflows:
- yarnlint:
requires:
- build
- yarntestci:
- yarntest:
- yarnlint