Browse Source

Updated config.yml

main
Adrien-Ba 5 years ago
parent
commit
463f810e51
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -57,10 +57,6 @@ jobs:
- run: - run:
name: "yarn test" name: "yarn test"
command: yarn test command: yarn test
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- node_modules
bddtest: bddtest:
docker: docker:
- image: cimg/node:lts - image: cimg/node:lts

Loading…
Cancel
Save