Skip to content

Commit

Permalink
refactor: lighthouse.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmukesh23 committed Dec 18, 2024
1 parent 6f03291 commit d808d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Install dependencies
run: npm install

# Create lhci-report folder to store the Lighthouse report
- name: Create lhci-report folder
run: mkdir -p lhci-report

# Run Lighthouse CI to generate the report
- name: Run Lighthouse CI
# run: npx lighthouse --output-path=lhci-report/report.json
Expand Down

0 comments on commit d808d2c

Please sign in to comment.