Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
f5c2d7177d
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -16,7 +16,7 @@ workflows:
- run: yarn install - run: yarn install
- save_cache: - save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
paths:
- node_modules #ça marche jusqu'ici pour l'instant - node_modules #ça marche jusqu'ici pour l'instant
test: test:
docker: docker:
@ -29,5 +29,5 @@ workflows:
- run: - run:
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
paths:
- node_modules - node_modules
Loading…
Cancel
Save