diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index ac44b52..eec9ed0 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -161,5 +161,7 @@ jobs: if: steps.dist.outputs.cache-hit != 'true' - name: Build docs run: yarn build:docs + - name: Install Chrome for Puppeteer + run: npx puppeteer browsers install chrome - name: A11y tests run: yarn serve:docs & yarn test:a11y diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 6492d79..cd51e80 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -52,6 +52,8 @@ jobs: - run: node .github/upload-preview.js packages/module/public name: Upload docs if: always() + - name: Install Chrome for Puppeteer + run: npx puppeteer browsers install chrome - run: yarn serve:docs & yarn test:a11y name: a11y tests - run: node .github/upload-preview.js packages/module/coverage