File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
.recipes/default/workflows Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9595 node_modules
9696 **/node_modules
9797 ~/.cache/Cypress
98+ ~/.cache/puppeteer
9899 key : ${{ runner.os }}-yarn-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
99100
100101 - run : yarn install --immutable
@@ -152,6 +153,7 @@ jobs:
152153 node_modules
153154 **/node_modules
154155 ~/.cache/Cypress
156+ ~/.cache/puppeteer
155157 key : ${{ runner.os }}-yarn-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
156158 - run : yarn install --immutable
157159 if : steps.yarn-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 3131 node_modules
3232 **/node_modules
3333 ~/.cache/Cypress
34+ ~/.cache/puppeteer
3435 key : ${{ runner.os }}-yarn-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
3536 - run : yarn install --immutable
3637 if : steps.yarn-cache.outputs.cache-hit != 'true'
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