test(ci): fix install

This commit is contained in:
Guillaume Chau
2019-10-21 12:18:56 +02:00
parent 6afceecd32
commit 73e970ab81
+2 -1
View File
@@ -24,12 +24,13 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v3-dependencies-
- run: yarn install && cd tests/demo && yarn install
- run: yarn install && cd tests/demo && yarn install && cd ../ssr && yarn install
- save_cache:
paths:
- node_modules
- tests/demo/node_modules
- tests/ssr/node_modules
- ~/.cache
key: v3-dependencies-{{ checksum "yarn.lock" }}