Skip to content

Commit

Permalink
chore: remove unused steps from Lighthouse CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottewiltshire0 committed Dec 27, 2024
1 parent b2a007f commit a2d947c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
- name: Build Next.js app
run: bun run build
- name: Run Lighthouse CI
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install -g @lhci/cli
lhci autorun
- name: Upload Lighthouse reports as artifacts
uses: actions/upload-artifact@v4
with:
name: lighthouse-reports
path: ./lighthouserc.cjs

0 comments on commit a2d947c

Please sign in to comment.