We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aea97 commit 2e2fc0eCopy full SHA for 2e2fc0e
.github/workflows/pr-preview.yml
@@ -48,8 +48,10 @@ jobs:
48
- run: node .github/upload-preview.js packages/module/public
49
name: Upload docs
50
if: always()
51
+ - name: Install Chrome for Puppeteer
52
+ run: npx puppeteer browsers install chrome
53
- run: npm run serve:docs & npm run test:a11y
54
name: a11y tests
55
- run: node .github/upload-preview.js packages/module/coverage
56
name: Upload a11y report
- if: always()
57
+ if: always()
0 commit comments