Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }}
- name: Build dist
run: npm run build
if: steps.dist.outputs.cache-hit != 'true'
- name: Build docs
run: npm run build:docs
- uses: actions/cache@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
key: ${{ runner.os }}-puppeteer-${{ hashFiles('package-lock.json') }}
- name: Install Chrome for Puppeteer
run: npx puppeteer browsers install chrome
if: steps.puppeteer-cache.outputs.cache-hit != 'true'
- run: npm run serve:docs & npm run test:a11y
name: a11y tests
- run: node .github/upload-preview.js packages/module/coverage
Expand Down
Loading
Loading