Skip to content

Commit

Permalink
Merge branch 'main' into truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Nov 14, 2024
2 parents b3a0b3d + 08956ec commit 2baf80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2baf80a

Please sign in to comment.