We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddee082 commit bf8c167Copy full SHA for bf8c167
.github/workflows/build-lint-test.yml
@@ -163,7 +163,6 @@ jobs:
163
key: ${{ runner.os }}-puppeteer-${{ hashFiles('package-lock.json') }}
164
- name: Install Chrome for Puppeteer
165
run: npx puppeteer browsers install chrome
166
- if: steps.puppeteer-cache.outputs.cache-hit != 'true'
167
- name: A11y tests
168
run: npm run serve:docs & npm run test:a11y
169
test_component:
0 commit comments