Browse Source

cahce path2

main
pdarcas 6 years ago
parent
commit
e2d6b5f13f
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -18,7 +18,7 @@ jobs:
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- restore_cache: - restore_cache:
key: yarn-V1-packages-{{ checksum "yarn.lock" }}
key: yarn-V2-packages-{{ checksum "yarn.lock" }}
- run: yarn lint && yarn format:check - run: yarn lint && yarn format:check
- save_cache: - save_cache:
key: yarn-V2-packages-{{ checksum "yarn.lock" }} key: yarn-V2-packages-{{ checksum "yarn.lock" }}
@ -30,7 +30,7 @@ jobs:
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- restore_cache: - restore_cache:
key: yarn-V1-packages-{ checksum "yarn.lock" }}
key: yarn-V3-packages-{ checksum "yarn.lock" }}
- run: yarn test:ci - run: yarn test:ci
- save_cache: - save_cache:
key: yarn-V3-packages-{{ checksum "yarn.lock" }} key: yarn-V3-packages-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save