File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 99 executor : node-10
1010 steps :
1111 - checkout
12+ - run : ' sudo yarn global add greenkeeper-lockfile@2'
13+ - run : ' greenkeeper-lockfile-update'
1214 - restore_cache :
1315 keys :
1416 # if lock file changes, we still use increasingly general patterns to restore cache
@@ -43,21 +45,15 @@ jobs:
4345 steps :
4446 - attach_workspace :
4547 at : .
46- # disabling cache here as it created issues with the preset in the root
48+ # skipping cache here as it created issues with the preset in the root
4749 # not being used, as older version in cache was available
48- # - restore_cache:
49- # keys:
50- # - yarn-cache-example-{{ .Branch }}-{{ checksum "yarn.lock" }}
51- # - yarn-cache-example-{{ .Branch }}-
50+ - run : ' sudo yarn global add greenkeeper-lockfile@2'
51+ - run : ' greenkeeper-lockfile-update'
5252 - run :
5353 name : Install Example Dependencies
5454 command : |
5555 cd example
5656 yarn install --frozen-lockfile
57- # - save_cache:
58- # key: yarn-cache-example-{{ .Branch }}-{{ checksum "yarn.lock" }}
59- # paths:
60- # - ./example/node_modules
6157 - run :
6258 name : Test Example
6359 command : |
You can’t perform that action at this time.
0 commit comments