Skip to content

Commit

Permalink
fixing lighthouse CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devenzo35 committed Apr 20, 2021
1 parent 4e9bca0 commit bd630ed
Show file tree
Hide file tree
Showing 15 changed files with 33,809 additions and 33,909 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 10.x
- name: npm install, build
run: |
npm
npm install
npm run build
- name: run Lighthouse CI
run: |
Expand Down
26 changes: 13 additions & 13 deletions .lighthouseci/assertion-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"auditProperty": "accessibility",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/about/index.html"
"url": "http://localhost:56846/about/index.html"
},
{
"name": "minScore",
Expand All @@ -25,7 +25,7 @@
"auditProperty": "seo",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/about/index.html"
"url": "http://localhost:56846/about/index.html"
},
{
"name": "minScore",
Expand All @@ -39,7 +39,7 @@
"auditProperty": "accessibility",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/articles/index.html"
"url": "http://localhost:56846/articles/index.html"
},
{
"name": "minScore",
Expand All @@ -53,7 +53,7 @@
"auditProperty": "seo",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/articles/index.html"
"url": "http://localhost:56846/articles/index.html"
},
{
"name": "minScore",
Expand All @@ -67,7 +67,7 @@
"auditProperty": "accessibility",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/notes/index.html"
"url": "http://localhost:56846/notes/index.html"
},
{
"name": "minScore",
Expand All @@ -81,7 +81,7 @@
"auditProperty": "best-practices",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/notes/index.html"
"url": "http://localhost:56846/notes/index.html"
},
{
"name": "minScore",
Expand All @@ -95,21 +95,21 @@
"auditProperty": "seo",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/notes/index.html"
"url": "http://localhost:56846/notes/index.html"
},
{
"name": "minScore",
"expected": 0.9,
"actual": 0.87,
"actual": 0.86,
"values": [
0.87
0.86
],
"operator": ">=",
"passed": false,
"auditProperty": "performance",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/products/index.html"
"url": "http://localhost:56846/products/index.html"
},
{
"name": "minScore",
Expand All @@ -123,7 +123,7 @@
"auditProperty": "accessibility",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/products/index.html"
"url": "http://localhost:56846/products/index.html"
},
{
"name": "minScore",
Expand All @@ -137,7 +137,7 @@
"auditProperty": "best-practices",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/products/index.html"
"url": "http://localhost:56846/products/index.html"
},
{
"name": "minScore",
Expand All @@ -151,6 +151,6 @@
"auditProperty": "seo",
"auditId": "categories",
"level": "warn",
"url": "http://localhost:56305/products/index.html"
"url": "http://localhost:56846/products/index.html"
}
]
Loading

0 comments on commit bd630ed

Please sign in to comment.