Skip to content

Commit

Permalink
fix routes for scripts
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 ef98b3d commit be1c581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: run Lighthouse CI for the Application
run: |
npm install -g @lhci/[email protected]
lhci autorun --upload.target=temporary-public-storage --config=lighthouserc.json || echo "LHCI failed!"
lhci autorun --config=lighthouserc.json || echo "LHCI failed!"
- 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!"
lhci autorun --config=lighthouserckeploy.json || echo "LHCI failed!"
- name: Compare Lighthouse Reports
run: |
node scripts/compare-lhci-reports.js
node compare-lhci-reports.js

0 comments on commit be1c581

Please sign in to comment.