File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -155,5 +155,7 @@ jobs:
155155 if : steps.dist.outputs.cache-hit != 'true'
156156 - name : Build docs
157157 run : npm run build:docs
158+ - name : Install Chrome for Puppeteer
159+ run : npx puppeteer browsers install chrome
158160 - name : A11y tests
159161 run : npm run serve:docs & npm run test:a11y
Original file line number Diff line number Diff line change 4848 - run : node .github/upload-preview.js packages/module/public
4949 name : Upload docs
5050 if : always()
51- - name : Install Chrome for Puppeteer
52- run : npx puppeteer install && npx puppeteer browsers install chrome
51+ - run : npx puppeteer browsers install chrome
52+ name : Install Chrome for Puppeteer
5353 - run : npm run serve:docs & npm run test:a11y
5454 name : a11y tests
5555 - run : node .github/upload-preview.js packages/module/coverage
You can’t perform that action at this time.
0 commit comments