Skip to content

Commit 3731bc1

Browse files
committed
fix: set lighthouse numberOfRuns correctly to ensure gh actions honors it
1 parent bcf6346 commit 3731bc1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/lighthouserc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"ci": {
3-
"numberOfRuns": 3,
3+
"collect": {
4+
"numberOfRuns": 3
5+
},
46
"settings": {
57
"preset": "mobile"
68
},

0 commit comments

Comments
 (0)