File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,20 @@ jobs:
2828 - run : nodejs --version
2929
3030 # Download and cache dependencies
31- - restore_cache :
32- keys :
31+ # - restore_cache:
32+ # keys:
3333 # "composer.lock" can be used if it is committed to the repo
34- - v1-dependencies-{{ checksum "composer.json" }}
34+ # - v1-dependencies-{{ checksum "composer.json" }}
3535 # fallback to using the latest cache if no exact match is found
36- - v1-dependencies-
36+ # - v1-dependencies-
3737
3838 - run : composer install
3939 - run : composer require --dev phpunit/phpunit
40- - run : sudo rm -rf ./vendor
4140
42- - save_cache :
43- key : v1-dependencies-{{ checksum "composer.json" }}
44- paths :
45- - ./vendor
41+ # - save_cache:
42+ # key: v1-dependencies-{{ checksum "composer.json" }}
43+ # paths:
44+ # - ./vendor
4645 - restore_cache :
4746 keys :
4847 - node-v1-{{ checksum "package.json" }}
You can’t perform that action at this time.
0 commit comments