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 86cf822 commit 2b42815Copy full SHA for 2b42815
.github/workflows/lighthouserc.json
@@ -12,7 +12,7 @@
12
},
13
"assert": {
14
"assertions": {
15
- "categories:performance": ["error", { "minScore": 0.95 }],
+ "categories:performance": ["error", { "minScore": 0.90 }],
16
"categories:accessibility": ["error", { "minScore": 0.95 }],
17
"categories:best-practices": ["error", { "minScore": 0.95 }],
18
"categories:seo": ["error", { "minScore": 0.95 }]
.github/workflows/validate.yml
@@ -107,3 +107,5 @@ jobs:
107
configPath: ".github/workflows/lighthouserc.json"
108
temporaryPublicStorage: true
109
uploadArtifacts: true
110
+ # Multiple runs for more stable results. If builds are too slow, we can try to reduce this.
111
+ runs: 4
0 commit comments