We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877285b commit d522263Copy full SHA for d522263
2 files changed
.github/workflows/build-lint-test.yml
@@ -161,5 +161,7 @@ jobs:
161
if: steps.dist.outputs.cache-hit != 'true'
162
- name: Build docs
163
run: yarn build:docs
164
+ - name: Install Chrome for Puppeteer
165
+ run: npx puppeteer browsers install chrome
166
- name: A11y tests
167
run: yarn serve:docs & yarn test:a11y
.github/workflows/pr-preview.yml
@@ -54,6 +54,8 @@ jobs:
54
if: always()
55
- run: yarn serve:docs & yarn test:a11y
56
name: a11y tests
57
58
59
- run: node .github/upload-preview.js packages/module/coverage
60
name: Upload a11y report
61
0 commit comments