Skip to content
Closed
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 @@ -163,7 +163,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'
- name: A11y tests
run: npm run serve:docs & npm run test:a11y
test_component:
Expand Down
Loading