Browse Source

cachepath5

main
pdarcas 6 years ago
parent
commit
129bb2afee
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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

Loading…
Cancel
Save