Skip to content

Commit e694bf2

Browse files
committed
chore: update gh action workflow with puppeteer installation
1 parent 0e5884c commit e694bf2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,7 @@ jobs:
161161
if: steps.dist.outputs.cache-hit != 'true'
162162
- name: Build docs
163163
run: yarn build:docs
164+
- name: Install Chrome for Puppeteer
165+
run: npx puppeteer browsers install chrome
164166
- name: A11y tests
165167
run: yarn serve:docs & yarn test:a11y

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- run: node .github/upload-preview.js packages/module/public
5353
name: Upload docs
5454
if: always()
55+
- name: Install Chrome for Puppeteer
56+
run: npx puppeteer browsers install chrome
5557
- run: yarn serve:docs & yarn test:a11y
5658
name: a11y tests
5759
- run: node .github/upload-preview.js packages/module/coverage

0 commit comments

Comments
 (0)