Skip to content

Commit dc95011

Browse files
authored
Merge pull request #104 from patternfly/fix/a11y-puppeteer-chrome
chore: install Chrome for Puppeteer in a11y CI workflow
2 parents c1872bc + c498b98 commit dc95011

1 file changed

Lines changed: 2 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
@@ -146,6 +146,8 @@ jobs:
146146
key: ${{ runner.os }}-yarn-22-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
147147
- run: yarn install --immutable
148148
if: steps.yarn-cache.outputs.cache-hit != 'true'
149+
- name: Install Chrome for Puppeteer
150+
run: npx puppeteer browsers install chrome
149151
- uses: actions/cache@v4
150152
id: dist
151153
name: Cache dist

0 commit comments

Comments
 (0)