Skip to content

Commit

Permalink
check with routing
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 c8fbe9c commit c4f6ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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 --upload.target=temporary-public-storage --config=lighthouserc.json || echo "LHCI failed!"
- name: run Lighthouse CI for Deploy Keploy
run: |
npm install -g @lhci/[email protected]
lhci autorun --upload.target=temporary-public-storage --config=.././lighthouserckeploy.json || echo "LHCI failed!"
lhci autorun --upload.target=temporary-public-storage --config=lighthouserckeploy.json || echo "LHCI failed!"

0 comments on commit c4f6ab7

Please sign in to comment.