diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index b1c36927..7ad1d4b2 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -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 \ No newline at end of file + node compare-lhci-reports.js \ No newline at end of file diff --git a/lighthouserc.json b/lighthouserc.json index c4cfc072..fb2303c0 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -4,10 +4,6 @@ "target": "filesystem" }, "collect": { - "startServerCommand": "npm run start", - "url": [ - "http://localhost:3000/" - ], "numberOfRuns": 10 }, "assert": {