File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments