Skip to content

Commit

Permalink
fixup! chore(ci): set up Lighthouse auditing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 22, 2024
1 parent 9366e95 commit 54924fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@ jobs:
DATABASE_URL: postgres://sadilar:sadilar@localhost:5432/term_db
- name: Run Lighthouse
run: cd app && lhci autorun
- name: Archive Lighthouse results
uses: actions/upload-artifact@v4
with:
name: lighthouse-report
path: app/.lighthouseci

0 comments on commit 54924fa

Please sign in to comment.