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