File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ jobs:
110110 node_modules
111111 **/node_modules
112112 ~/.cache/Cypress
113+ ~/.cache/puppeteer
113114 key : ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
114115 - run : yarn install --immutable
115116 if : steps.yarn-cache.outputs.cache-hit != 'true'
@@ -154,6 +155,7 @@ jobs:
154155 node_modules
155156 **/node_modules
156157 ~/.cache/Cypress
158+ ~/.cache/puppeteer
157159 key : ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
158160 - run : yarn install --immutable
159161 if : steps.yarn-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 2828 node_modules
2929 **/node_modules
3030 ~/.cache/Cypress
31+ ~/.cache/puppeteer
3132 key : ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
3233 - run : yarn install --immutable
3334 if : steps.yarn-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments