Skip to content

Commit

Permalink
Merge pull request #4 from osakunta/google-page-speed
Browse files Browse the repository at this point in the history
Add lighthouse CI
  • Loading branch information
vuolen authored Jul 13, 2024
2 parents db06c93 + b20fed5 commit d5e74da
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 @@ -13,8 +13,14 @@ jobs:
env:
CMS_URL: ${{ secrets.CMS_URL }}
- uses: FirebaseExtended/action-hosting-deploy@v0
id: firebase
with:
target: "satakuntalainenosakunta"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_SATAKUNTATALO_SERVICES }}"
projectId: satakuntatalo-services
- uses: treosh/lighthouse-ci-action@v12
id: lighthouse
with:
urls: ${{ steps.firebase.outputs.details_url }}
temporaryPublicStorage: true

0 comments on commit d5e74da

Please sign in to comment.