Skip to content

Commit 91b150d

Browse files
Merge pull request #3 from patternfly/cache-puppeteer
chore(CI): cache puppeteer during CI
2 parents d6f1210 + 3c55e69 commit 91b150d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/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'

.github/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)