We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5884c commit e694bf2Copy full SHA for e694bf2
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
@@ -52,6 +52,8 @@ jobs:
52
- run: node .github/upload-preview.js packages/module/public
53
name: Upload docs
54
if: always()
55
56
57
- run: yarn serve:docs & yarn test:a11y
58
name: a11y tests
59
- run: node .github/upload-preview.js packages/module/coverage
0 commit comments