We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d522263 commit e78b3bdCopy full SHA for e78b3bd
1 file changed
.github/workflows/pr-preview.yml
@@ -52,10 +52,10 @@ jobs:
52
- run: node .github/upload-preview.js packages/module/public
53
name: Upload docs
54
if: always()
55
- - run: yarn serve:docs & yarn test:a11y
56
- name: a11y tests
57
- name: Install Chrome for Puppeteer
58
run: npx puppeteer browsers install chrome
+ - run: yarn serve:docs & yarn test:a11y
+ name: a11y tests
59
- run: node .github/upload-preview.js packages/module/coverage
60
name: Upload a11y report
61
0 commit comments