Skip to content

Commit 374d47d

Browse files
authored
Update build-lint-test.yml
1 parent 5e117fd commit 374d47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ jobs:
155155
if: steps.dist.outputs.cache-hit != 'true'
156156
- name: Build docs
157157
run: npm run build:docs
158+
- run: npx puppeteer browsers install chrome
159+
name: Install Chrome for Puppeteer
158160
- name: A11y tests
159161
run: npm run serve:docs & npm run test:a11y
160162
test_cypress:

0 commit comments

Comments
 (0)