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 08e63b8 commit 5e117fdCopy full SHA for 5e117fd
.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
+ - run: npx puppeteer browsers install chrome
52
+ name: Install Chrome for Puppeteer
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