Skip to content

Commit

Permalink
uncomment and test script
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 f829801 commit 19dda7a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
# - name: Install dependencies
# run: |
# npm install
# npm run build
# - name: run Lighthouse CI for the Application
# run: |
# npm install -g @lhci/[email protected]
# 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 --config=lighthouserckeploy.json || echo "LHCI failed!"
- name: Install dependencies
run: |
npm install
npm run build
- name: run Lighthouse CI for the Application
run: |
npm install -g @lhci/[email protected]
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 --config=lighthouserckeploy.json || echo "LHCI failed!"
- name: Compare Lighthouse Reports
run: |
node scripts/compare-lhci-reports.js

0 comments on commit 19dda7a

Please sign in to comment.