Browse Source

Updated config.yml

main
Adrien-Ba 5 years ago
parent
commit
6505461c7a
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

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