Skip to content

Commit 8aae25c

Browse files
authored
Merge branch 'main' into files
2 parents 6d5586a + 08956ec commit 8aae25c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
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

0 commit comments

Comments
 (0)