diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index c991af83..f815ad21 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -155,5 +155,7 @@ jobs: if: steps.dist.outputs.cache-hit != 'true' - name: Build docs run: npm run build:docs + - name: Install Chrome for Puppeteer + run: npx puppeteer browsers install chrome - name: A11y tests run: npm run serve:docs & npm run test:a11y diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 069dc4cf..7854cc41 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -48,8 +48,8 @@ jobs: - run: node .github/upload-preview.js packages/module/public name: Upload docs if: always() - - name: Install Chrome for Puppeteer - run: npx puppeteer install && npx puppeteer browsers install chrome + - run: npx puppeteer browsers install chrome + name: Install Chrome for Puppeteer - run: npm run serve:docs & npm run test:a11y name: a11y tests - run: node .github/upload-preview.js packages/module/coverage