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 8f6471e commit 6a9d207Copy full SHA for 6a9d207
.circleci/config.yml
@@ -59,24 +59,8 @@ jobs:
59
- checkout:
60
path: ~/project
61
62
- - restore_cache:
63
- key: yarn-v1-{{ checksum "InstabugSample/yarn.lock" }}-{{ arch }}
64
-
65
66
- key: node-v1-{{ checksum "InstabugSample/package.json" }}-{{ arch }}
67
68
- run: cd InstabugSample && yarn install
69
70
- - save_cache:
71
72
- paths:
73
- - ~/.cache/yarn
74
75
76
77
78
- - InstabugSample/node_modules
79
80
- run:
81
name: jest tests
82
command: |
0 commit comments