Skip to content

Commit

Permalink
run and check
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 7cbead1 commit 3ae28f9
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,26 @@ jobs:
run: |
npm install -g @lhci/[email protected]
lhci autorun --config=lighthouserckeploy.json
After running LHCI for the Application
- name: List Application Reports
run: ls -la ./lhci-reports/app/latest-run/

# After running LHCI for Keploy.io
- name: List Keploy.io Reports
run: ls -la ./lhci-reports/keploy.io/latest-run/
- name: Compare Lighthouse Reports
run: |
pwd
ls
echo "Comparing Lighthouse Reports"
cd scripts
ls
pwd
echo "check 2"
cd ..
pwd
node compare-lhci-reports.js
- name: Upload Lighthouse Reports
uses: actions/upload-artifact@v3
with:
name: lhci-reports
path: ./lhci-reports
# - name: Compare Lighthouse Reports
# run: |
# pwd
# ls
# echo "Comparing Lighthouse Reports"
# node compare-lhci-reports.js
# - name: Upload Lighthouse Reports
# uses: actions/upload-artifact@v3
# with:
# name: lhci-reports
# path: ./lhci-reports
# # After running LHCI for the Application
# - name: List Application Reports
# run: ls -la ./lhci-reports/app/latest-run/

# # After running LHCI for Keploy.io
# - name: List Keploy.io Reports
# run: ls -la ./lhci-reports/keploy.io/latest-run/

0 comments on commit 3ae28f9

Please sign in to comment.