Skip to content

Commit becf3c6

Browse files
chore(CI): cache puppeteer
1 parent 1dceffb commit becf3c6

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
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'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
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'

.recipes/default/workflows/build-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

.recipes/default/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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'

0 commit comments

Comments
 (0)