Skip to content

Commit

Permalink
add lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolen committed Jul 13, 2024
1 parent 0454231 commit 09b28b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
id: psi
with:
url: ${{ steps.firebase.outputs.details_url }}
- name: Audit URLs using Lighthouse
- uses: treosh/lighthouse-ci-action@v12
id: lighthouse
with:
urls: ${{ steps.firebase.outputs.details_url }}
uploadArtifacts: true

0 comments on commit 09b28b8

Please sign in to comment.