We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cd6ce commit 4c88edaCopy full SHA for 4c88eda
.circleci/config.yml
@@ -14,24 +14,8 @@ jobs:
14
- checkout:
15
path: ~/project
16
17
- - restore_cache:
18
- key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
19
-
20
21
- key: node-v1-{{ checksum "package.json" }}-{{ arch }}
22
23
- run: yarn
24
25
- - save_cache:
26
27
- paths:
28
- - ~/.cache/yarn
29
30
31
32
33
- - node_modules
34
35
- run:
36
name: jest tests
37
command: |
0 commit comments