Skip to content

Commit 5e117fd

Browse files
authored
Update pr-preview.yml
1 parent 08e63b8 commit 5e117fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
- run: node .github/upload-preview.js packages/module/public
4949
name: Upload docs
5050
if: always()
51+
- run: npx puppeteer browsers install chrome
52+
name: Install Chrome for Puppeteer
5153
- run: npm run serve:docs & npm run test:a11y
5254
name: a11y tests
5355
- run: node .github/upload-preview.js packages/module/coverage
5456
name: Upload a11y report
55-
if: always()
57+
if: always()

0 commit comments

Comments
 (0)