Skip to content

Commit d522263

Browse files
committed
update to fix a11y tests
1 parent 877285b commit d522263

2 files changed

Lines changed: 4 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
@@ -161,5 +161,7 @@ jobs:
161161
if: steps.dist.outputs.cache-hit != 'true'
162162
- name: Build docs
163163
run: yarn build:docs
164+
- name: Install Chrome for Puppeteer
165+
run: npx puppeteer browsers install chrome
164166
- name: A11y tests
165167
run: yarn serve:docs & yarn test:a11y

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
if: always()
5555
- run: yarn serve:docs & yarn test:a11y
5656
name: a11y tests
57+
- name: Install Chrome for Puppeteer
58+
run: npx puppeteer browsers install chrome
5759
- run: node .github/upload-preview.js packages/module/coverage
5860
name: Upload a11y report
5961
if: always()

0 commit comments

Comments
 (0)