Skip to content

Commit

Permalink
yaml
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 4d4cdf2 commit cf8edf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
lhci autorun --config=lighthouserc.json --collect.url="https://www.keploy.io" --upload.outputDir="./lhci-reports/keploy.io"
- name: Compare Lighthouse Reports
run: |
node scripts/compare-lhci-reports.js
node compare-lhci-reports.js
4 changes: 0 additions & 4 deletions lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"target": "filesystem"
},
"collect": {
"startServerCommand": "npm run start",
"url": [
"http://localhost:3000/"
],
"numberOfRuns": 10
},
"assert": {
Expand Down

0 comments on commit cf8edf8

Please sign in to comment.