Skip to content

Commit 6a9d207

Browse files
author
Ali Abdelfattah
authored
Disable yarn cache in test_sample job
1 parent 8f6471e commit 6a9d207

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,8 @@ jobs:
5959
- checkout:
6060
path: ~/project
6161

62-
- restore_cache:
63-
key: yarn-v1-{{ checksum "InstabugSample/yarn.lock" }}-{{ arch }}
64-
65-
- restore_cache:
66-
key: node-v1-{{ checksum "InstabugSample/package.json" }}-{{ arch }}
67-
6862
- run: cd InstabugSample && yarn install
6963

70-
- save_cache:
71-
key: yarn-v1-{{ checksum "InstabugSample/yarn.lock" }}-{{ arch }}
72-
paths:
73-
- ~/.cache/yarn
74-
75-
- save_cache:
76-
key: node-v1-{{ checksum "InstabugSample/package.json" }}-{{ arch }}
77-
paths:
78-
- InstabugSample/node_modules
79-
8064
- run:
8165
name: jest tests
8266
command: |

0 commit comments

Comments
 (0)