Skip to content

Commit 847b995

Browse files
committed
feat: accessibility
feat: feat: feat:
1 parent 1d624ec commit 847b995

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/lighthouse.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,10 @@ jobs:
9999
node-version: "16.16.0"
100100
registry-url: "https://registry.npmjs.org"
101101
cache: "npm"
102-
- name: Install Packages
103-
run: npm install
104102
- name: Install lhci
105103
run: npm install --location=global @lhci/cli@0.9.x
106-
- name: Run Build
107-
run: npm run build
108104
- name: Lauch lhci
109-
run: |
110-
npm run serve &
111-
ls build/
112-
lhci autorun
105+
run: lhci autorun
113106
env:
114107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115108
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

lighthouserc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ module.exports = {
44
numberOfRuns: 3,
55
url: "https://interface-test.on.fleek.co/",
66
settings: {
7-
onlyCategories: ["seo", "performance"],
8-
verbose: true,
9-
maxWaiForLoad: 50000
7+
onlyCategories: ["seo", "performance", "accessibility"]
108
},
119
assert: {
1210
assertions: {

0 commit comments

Comments
 (0)