Skip to content

Commit

Permalink
increase number of runs
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Dec 16, 2024
1 parent 2ac7dfd commit 4c075fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
npm install -g @lhci/[email protected]
lhci autorun --upload.target=temporary-public-storage --config=lighthouserc.json || echo "LHCI failed!"
- name: run Lighthouse CI for Deploy Keploy
- name: run Lighthouse CI for Keploy.io Deployed Website
run: |
npm install -g @lhci/[email protected]
lhci autorun --upload.target=temporary-public-storage --config=lighthouserckeploy.json || echo "LHCI failed!"
3 changes: 2 additions & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"startServerCommand": "npm run start",
"url": [
"http://localhost:3000/"
]
],
"numberOfRuns": 5
},
"assert": {
"assertions": {
Expand Down
3 changes: 2 additions & 1 deletion lighthouserckeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"collect": {
"url": [
"https://www.keploy.io"
]
],
"numberOfRuns": 5
},
"assert": {
"assertions": {
Expand Down

0 comments on commit 4c075fc

Please sign in to comment.